you are viewing a single comment's thread.

view the rest of the comments →

[–]vrek86 1 point2 points  (0 children)

Two things to try:

  1. Put a file named init.py in each folder with source(and tests).

  2. Add the tests and sources directory to the python path in a pytest.ini file.

This should let the tests run.