It is it flushed after every test method? or only after all methods of a
test class run (without flushing between methods of the same class)?
--
Ticket URL: <https://code.djangoproject.com/ticket/27298>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
My understanding is that in Python, "test" is a synonym for "test method."
For example the test runner says something like, "Ran 85 tests" at the end
of a test suite run. I'm not sure if the wording needs to be clarified or
not. Likely there are other places in the documentation that use "test" as
a shorthand for "test method". This is also the case in Python's unittest
documentation.
--
Ticket URL: <https://code.djangoproject.com/ticket/27298#comment:1>
* status: new => closed
* resolution: => wontfix
Comment:
Agreed with Tim.
--
Ticket URL: <https://code.djangoproject.com/ticket/27298#comment:2>