jerry-git / jerry-git/pytest-split
Support compressed JSON duration files
- Vorherrschende Sprache
- Python
- Sterne
- 325
- Forks
- 56
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start from the pytest command entry point and trace how --durations-path is read and how duration data is stored. Check the existing duration-file behavior, then verify that a .json.gz path is handled as gzip-compressed while ordinary duration paths continue to work.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- testing-qa
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100