jezdez / django-discover-runner

A Django test runner based on unittest2's test discovery.
http://pypi.python.org/pypi/django-discover-runner
Other
132 stars 13 forks source link

Correct key for TEST_DISCOVER_ROOT #1

Closed topiaruss closed 12 years ago

topiaruss commented 12 years ago

I may have missed the point here. If so, pardon my noise.

However, only ALL_UPPERCASE definitions from settings.py make it to settings, so TEST_root attribute will never be found.

My symptom was perpetually empty test suites, and this change fixes that for me.

I hope this helps.

--r. Russ Ferriday russf@topia.com

jezdez commented 12 years ago

Wow, talk about search/replace error. Thanks for catching that!

topiaruss commented 12 years ago

Thanks for the ack, and thanks for the package!