Skip to content
Snippets Groups Projects
Commit d9019635 authored by Vincent Texier's avatar Vincent Texier
Browse files

add test_filter argument to "make tests" command, example in README.rst

parent daa5509f
Branches
Tags
No related merge requests found
Pipeline #3506 passed
......@@ -6,7 +6,7 @@ docs:
# run tests
tests:
python -m unittest
python -m unittest ${test_filter}
# check static typing
check:
......
......@@ -62,10 +62,14 @@ Development
make check
* Run unit tests with::
* Run all unit tests with::
make tests
* Run only some unit tests with::
make tests test_filter=tests.documents.test_block.TestBlock.test_fromraw
Documentation
-------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment