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