Skip to content

Allow test classes to be loaded from Python code

Darryl Green requested to merge github/fork/bjackman/test-package into master

Created by: bjackman

  • Add the project root to PYTHONPATH so that tests can be imported N.B. this will prevent importing the existing tests module from IPython.
  • Add __init__.py to tests/ directories so they are recognised as packages

Merge request reports