test.py
832 Bytes
-
remove __init__.py to let the new DiscoverRunner find the project · 9741b9ed
Django 1.6 integrated DiscoverRunner but removed its config options. If discover_root is not set, it finds out the project root by starting to step to parent directories until a directory without an __init__ file is found.
Őry Máté committed