From 09da9a23f46a05005440a087160aa6b4ebf79e46 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 14 Mar 2023 15:23:07 +0100 Subject: Documenting single test running. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4ed74b1..81844db 100644 --- a/README.md +++ b/README.md @@ -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.* -- cgit v1.1