update readme for pytest

This commit is contained in:
Alex Stokes 2021-08-25 11:01:26 -07:00
parent e575b222be
commit 81971a8957
No known key found for this signature in database
GPG Key ID: 99B3D88FD6C55A69
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ The generated files are committed to the repo so you should not need to do this.
# To run tests
Use the usual `pytest` mechanics used elsewhere in this repo.
Each of the generated test does produce a `pytest` test instance but by default is
currently skipped. Running the test via the generator (see next) will trigger any errors
that would arise during the running of `pytest`.
# To generate spec tests (from the generated files)