Answer the question
In order to leave comments, you need to log in
How to distribute test cases across different files in unittest?
There is a directory tests
, it contains a file __init__.py
and several files *_test.py
, in each such file there is from one class - a test case. How can I make sure that __init__.py
all the test cases in the files are executed?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question