paulocheque / django-dynamic-fixture

A complete library to create dynamic model instances for testing purposes.
http://django-dynamic-fixture.readthedocs.io/
Other
391 stars 67 forks source link

Any non-Django nose usage prevented when in queries in pythonpath #44

Closed frankier closed 10 years ago

frankier commented 10 years ago

This is a result of connection.use_debug_cursor = True in Queries.configure. I think this could probably be moved to beforeTest, or perhaps whether the plugin is enabled could be checked in configure(...)