SyntaxFix
Write A Post
Hire A Developer
Questions
You can simply add following file to your tests directory, and then python will run it before the tests
__init__.py file import os import sys sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))