Having directory marked as a source root prevents PyCharm from running tests

Answered

I have a project with very simple structure. But when I mark directory aind as a source root PyCharm doesn't allow me run tests in test_sudoku.py:

Build #PY-171.4163.6

Not marked as a source root, I can run tests:

Marked as a source root, I can't run tests:

1

Please sign in to leave a comment.