Skip to content
Snippets Groups Projects
Commit 2dec9f6d authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

Merge branch 'master' of m:/git/pirata

parents 5fc477a9 10a462bf
No related branches found
No related tags found
No related merge requests found
......@@ -533,8 +533,8 @@ Run test in single file
> python - m unittest - v tests/test_roscop.py
Run all test_ * in dir tests:
> python - m unittest discover tests - v
> python - m unittest discover - s tests - p 'test_*.py' - v
> python -m unittest discover tests -v
> python -m unittest discover -s tests -p 'test_*.py' -v
Methods name:
assertEqual()
......
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