Changes between Initial Version and Version 1 of Ticket #32350, comment 6
- Timestamp:
- Jan 14, 2021, 9:30:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32350, comment 6
initial v1 7 7 `python runtests.py migrations.test_commands.MigrateTests.test_showmigrations_list_squashed` 8 8 9 ```sh 9 {{{ 10 10 Testing against Django installed in '/Users/daniel/Documents/GenesisCare/projects/django/django' 11 11 Creating test database for alias 'default'... … … 21 21 Destroying test database for alias 'default'... 22 22 Destroying test database for alias 'other'... 23 ``` 23 }}} 24 24 25 25 Please advise whether these codes should be removed and how to then reproduce CI testing practices locally.