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

[fix] Fix tests filter removed and improve README tests filter example

parent 1abd7b3d
No related branches found
No related tags found
1 merge request!56Several transaction enhancements, other improvements
Pipeline #5328 passed
......@@ -6,7 +6,7 @@ docs:
# run tests
tests:
python3 -m unittest
python3 -m unittest ${TESTS_FILTER}
# check static typing
check:
......
......@@ -69,9 +69,9 @@ Development
make tests
* Run only some unit tests with::
* Run only some unit tests by passing a special ENV variable::
make tests test_filter=tests.documents.test_block.TestBlock.test_fromraw
make tests TESTS_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.
Finish editing this message first!
Please register or to comment