Changes between Initial Version and Version 1 of Ticket #32350, comment 6


Ignore:
Timestamp:
Jan 14, 2021, 9:30:58 PM (4 years ago)
Author:
Daniel Ebrahimian

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32350, comment 6

    initial v1  
    77`python runtests.py migrations.test_commands.MigrateTests.test_showmigrations_list_squashed`
    88
    9 ```sh
     9{{{
    1010Testing against Django installed in '/Users/daniel/Documents/GenesisCare/projects/django/django'
    1111Creating test database for alias 'default'...
     
    2121Destroying test database for alias 'default'...
    2222Destroying test database for alias 'other'...
    23 ```
     23}}}
    2424
    2525Please advise whether these codes should be removed and how to then reproduce CI testing practices locally.
Back to Top