Allow test classes to be loaded from Python code
Created by: bjackman
- Add the project root to PYTHONPATH so that
testscan be imported N.B. this will prevent importing the existingtestsmodule from IPython. - Add __init__.py to tests/ directories so they are recognised as packages