mirror of
https://github.com/Hopiu/django.git
synced 2026-05-05 22:24:43 +00:00
Removed unnecessary capturing of stdout/stderr in auth_tests.test_management.
This commit is contained in:
parent
2014319159
commit
45e96b4d9d
1 changed files with 0 additions and 4 deletions
|
|
@ -421,8 +421,6 @@ class CreatesuperuserManagementCommandTestCase(TestCase):
|
|||
call_command(
|
||||
command,
|
||||
stdin=sentinel,
|
||||
stdout=StringIO(),
|
||||
stderr=StringIO(),
|
||||
interactive=False,
|
||||
verbosity=0,
|
||||
username='janet',
|
||||
|
|
@ -433,8 +431,6 @@ class CreatesuperuserManagementCommandTestCase(TestCase):
|
|||
command = createsuperuser.Command()
|
||||
call_command(
|
||||
command,
|
||||
stdout=StringIO(),
|
||||
stderr=StringIO(),
|
||||
interactive=False,
|
||||
verbosity=0,
|
||||
username='joe',
|
||||
|
|
|
|||
Loading…
Reference in a new issue