I tried to mark the directory as the root of the test sources in PyCharm, so I do not need to manually set the destination directory for my generated test file every time. When I right-clicked my "tests" directory, I only see the following four options:
Mark the directory as: 1. Source root 2. Template folder 3. Excluded 4. Resource root
I remember how it was done in Intellij for Java, but is it impossible for PyCharm?
source share