#31299: DB not flushed between TestCases
-------------------------------------+-------------------------------------
Reporter: Lokesh Gurram | Owner:
| ChillarAnand
Type: Bug | Status: assigned
Component: Testing framework | Version: 2.2
Severity: Normal | Resolution:
Keywords: TestCases, Fixtures | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by ChillarAnand):
* owner: nobody => ChillarAnand
* status: new => assigned
Comment:
What command are you using to run the tests? Is this happening with a new
django project?
I created a new django project with the above fixtures and tests. It is
working as expected?
{{{
# test1
test_demo (tests.test_user.Test1) ... <QuerySet [<User: tesuser1>]>
# test2
test_demo2 (tests.test_user.Test2) ... <QuerySet [<User: testuser2>]>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31299#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/070.b4ec05f19d4d3883d673e0c6f0de3f86%40djangoproject.com.