in Python by
How to run a Test Module in Python?

1 Answer

0 votes
by
python -m unittest test.test_module1
...