__init__.py 336 B

12345678910
  1. """
  2. Unit tests and test utilities for django Organice.
  3. NOTE: Having an __init__ file in test directories is bad practice according to
  4. py.test recommendations:
  5. http://pytest.org/latest/goodpractises.html#choosing-a-test-layout-import-rules
  6. However, this makes relative imports work in test modules (e.g. helper from ``utils.py``).
  7. """