Login
Remember
Register
Ask a Question
How to run a Test Module in Python?
0
votes
asked
Jun 30, 2020
in
Python
by
GeorgeBell
How to run a Test Module in Python?
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 30, 2020
by
GeorgeBell
python -m unittest test.test_module1
...