SimpleTestCase
for Django
#4117
Labels
enhancement
it's not broken, but we want it to be better
interop
how to play nicely with other packages
Currently hypothesis provides a
TestCase
that inherits fromHypothesisTestCase
anddt.TestCase
. What do you think about providing aSimpleTestCase
as well? That i.e. inherits fromHypothesisTestCase
anddt.SimpleTestCase
. Django'sSimpleTestCase
is for tests that don't need to touch the database. It would be a useful addition as they run faster.As an alternative, I'd prefer it if
HypothesisTestCase
was officially available fromhypothesis.extra.django
- currently it needs to be imported fromhypothesis.extra.django._impl
.As a side note, I am open to helping with this - I believe it's a small change.
The text was updated successfully, but these errors were encountered: