#25251: Inconsistent availability of data migrations in TransactionTestCase when
using --keepdb
-----------------------------------+------------------------------------
     Reporter:  davidszotten       |                    Owner:  nobody
         Type:  Bug                |                   Status:  new
    Component:  Testing framework  |                  Version:  1.8
     Severity:  Normal             |               Resolution:
     Keywords:                     |             Triage Stage:  Accepted
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by romgar):

 I had a quick look at django test suite and didn't managed to easily get
 where the `keepdb` option is tested.
 I have seen `admin_scripts.tests` to launch some commands during tests and
 `migration_test_data_persistance.tests` related to `TransactionTestCase`
 data persistence.

 A relevant test in that situation would be:
 - launch the test command with `--keepdb` option (or even directly the
 `TestRunner` ?) over an app that contains initial data migrations and a
 `TransactionTestCase`,
 - check after the return of this command if the database is still
 containing initial data migrations,
 - clean the database that has been created through the test command.

 I would appreciate some guidance and/or code references to help me.

--
Ticket URL: <https://code.djangoproject.com/ticket/25251#comment:6>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.0b7c1a0302b9eb025b7e28fe37d7ebca%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to