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

Overrided the default test command in order to enable manual overriding ... #7

Closed thedrow closed 11 years ago

thedrow commented 11 years ago

...of the discover-runner settings. Added options to customize the test loader and the order of test cases in the suite further on in the inheritance chain. Updated the .gitignore file to be more extensive.

jezdez commented 11 years ago

That's not a bad idea, but could you please remove the .gitignore changes?

thedrow commented 11 years ago

Sure. I'll do it tomorrow.

thedrow commented 11 years ago

@jezdez Not that I have a problem with your request but can I ask why do you want to keep the .gitignore as it is? And done :)

jezdez commented 11 years ago

Thanks @thedrow. Maintaining those huge gitignore files in every individual project is annoying and unneeded. Just put it in a global ignore file and only had the project specific patterns in a gitignore.