jerry-git / jerry-git/pytest-split
Support compressed JSON duration files
Open
- Dominant language
- Python
- Stars
- 325
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
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:
```sh
pytest --store-durations --durations-path .pytest-split-durations.json.gz # file should now be gzip compressed
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.