konira
konira copied to clipboard
DjangoTestCase based helper class
Hi! I've crafted a helper object for running specs that require django environment. Might be helpful for perfectionists with deadlines.
Does this work with specific versions of Django? Would it be useful to know what restrictions in versions (if any) there are?
And I take it this does work for you? Some example output would be nice to see :)
Does this work with specific versions of Django? Would it be useful to know what restrictions in versions (if any) there are?
I'll check it for compat with old versions, so far it worked for me with Django 1.5. Some example output would be nice to see :)
This helper does not affect original output behavior. So output would be same as without helper.