Skip to content
Snippets Groups Projects
Commit 10a462bf authored by jacques Grelet's avatar jacques Grelet
Browse files

remove extra space with unittest cmd

parent 1abc2f04
No related branches found
No related tags found
No related merge requests found
......@@ -519,8 +519,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