fix typo and add more info to readme about adding other types of tests

This commit is contained in:
Mike Kinney committed 2021-12-01 00:26:57 -08:00
1 parent 4def643803
commit e5f0dc9c4b
1 file changed
+2 -1
+2 -1
View File
@@ -172,4 +172,5 @@ pytest
Possible options for testing:
* for more verbosity, add "-v" or even "-vv" like this: pytest -vv
* to run just unit tests: pytest -munit
* to run just integrstion tests: pytest -mint
* to run just integration tests: pytest -mint
* if you want to add another classification of tests, then look in pytest.ini