konira icon indicating copy to clipboard operation
konira copied to clipboard

DjangoTestCase based helper class

Open superduper opened this issue 12 years ago • 2 comments

Hi! I've crafted a helper object for running specs that require django environment. Might be helpful for perfectionists with deadlines.

superduper avatar Oct 07 '13 22:10 superduper

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 :)

alfredodeza avatar Oct 08 '13 12:10 alfredodeza

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.

superduper avatar Oct 08 '13 13:10 superduper