add information about only single tests to readme

This commit is contained in:
Ilan Schnell 2020-04-26 10:43:52 -05:00
parent 6529780461
commit 850b8c5f53
1 changed files with 12 additions and 0 deletions

View File

@ -15,5 +15,17 @@ To run only the yaml tests, use (from the root of the source tree):
$ tox -e py38 -- -m yaml -vv
Or, in order to avoid collecting all the test cases:
$ tox -e py38 -- tests/functional/test_yaml.py
Or, only a specific test:
$ tox -e py38 -- tests/functional/test_yaml.py -k simple
Or, just a specific test case:
$ tox -e py38 -- tests/functional/test_yaml.py -k simple-0
<!-- TODO: Add a good description of the format and how it can be used. -->