I got a python script which takes command line arguments, working with some files. I\'m writing succeeding tests with py.test putting this script through its pa
py.test
Another option with tox is to set the PYTHONPATH in tox.ini:
PYTHONPATH
tox.ini
[testenv] setenv = PYTHONPATH = {toxinidir} commands = pytest --cov= - codecov