mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Removed unnecessary capturing/hiding of stdout/stderr in various tests.
This commit is contained in:
parent
a8d175c297
commit
687cb38a05
2 changed files with 3 additions and 4 deletions
|
@ -254,7 +254,7 @@ class MigrateTests(MigrationTestBase):
|
|||
})
|
||||
def test_migrate_check(self):
|
||||
with self.assertRaises(SystemExit):
|
||||
call_command('migrate', 'migrations', '0001', check_unapplied=True, verbosity=0)
|
||||
call_command('migrate', 'migrations', '0001', check_unapplied=True)
|
||||
self.assertTableNotExists('migrations_author')
|
||||
self.assertTableNotExists('migrations_tribble')
|
||||
self.assertTableNotExists('migrations_book')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue