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