The Argument Clinic test suite consists of three parts:
- Lib/test/test_clinic.py: mostly parser tests
- Lib/test/clinic.test: generated code, checked by test_clinic.py (ClinicExternalTest)
- Modules/_testclinic.c: mostly converter tests (thanks, @colorfulappl!)
Test coverage is currently just above 80%, which is too low. I'd say we try to reach 90-something percent coverage.
Reminder: PRs for increased test coverage should be backported to all bugfix branches.
Linked PRs
Reactions are currently unavailable
The Argument Clinic test suite consists of three parts:
Test coverage is currently just above 80%, which is too low. I'd say we try to reach 90-something percent coverage.
Reminder: PRs for increased test coverage should be backported to all bugfix branches.
Linked PRs