pytest-split icon indicating copy to clipboard operation
pytest-split copied to clipboard

Support compressed JSON duration files

Open janosh opened this issue 4 months ago • 0 comments

would allow not polluting the line diff count in PRs that only update the durations file. ideally, users would only need to change the --durations-path extension to make this work:

pytest --store-durations --durations-path .pytest-split-durations.json.gz  # file should now be gzip compressed

janosh avatar Oct 07 '24 17:10 janosh