Coverage Report with multiple test files in Pycharm
Answered
Hello All,
I have two files with tests: tests and tests_case1
I want to run coverage with both files once. Is it possible in Pycharm? In a Django Project?
Please sign in to leave a comment.
Hi Carlos! You just need a Run Configuration for these tests, if it's a Django project it may be just Django tests run configuration, then just run it with coverage:
Did you try it? Could you please specify what problems did you face exactly?