diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -94,5 +94,11 @@ To run only submodule unitary tests: python -m unittest discover ./src/argaze.test/SUBMODULE "*.py" ``` +To run only a single unitary test file from a submodule: + +``` +python -m unittest discover ./src/argaze.test/SUBMODULE/ TEST_FILE.py +``` + .. note:: Verbose mode *Use -v option to get more details.* |