Coverage Report with multiple test files in Pycharm
已回答
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?
请先登录再写评论。
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?