You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -401,6 +401,7 @@ Since the `EDTFField` and the `_earliest` and `_latest` field values are set aut
401
401
402
402
### Running tests
403
403
- From `python-edtf`, run the unit tests: `pytest`
404
+
- From `python-edtf`, run `pytest -m benchmark` to run the benchmarks (published [here](https://ixc.github.io/python-edtf/dev/bench/))
404
405
- From `python-edtf/edtf_django_tests`, run the integration tests: `python manage.py test edtf_integration`
405
406
- To run CI locally, use `act`, e.g. `act pull_request` or `act --pull=false --container-architecture linux/amd64`. Some steps may require a Github PAT: `act pull_request --container-architecture linux/amd64 --pull=false -s GITHUB_TOKEN=<your PAT>`
0 commit comments