mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
Removed part of a test that doesn't work on Jenkins; refs #19877.
This commit is contained in:
parent
dffda2ba4e
commit
8550df869b
@ -1286,10 +1286,6 @@ class CommandTypes(AdminScriptTestCase):
|
|||||||
call_command('color_command', no_color=True, stdout=out)
|
call_command('color_command', no_color=True, stdout=out)
|
||||||
self.assertEqual(out.getvalue(), 'BEGIN\n')
|
self.assertEqual(out.getvalue(), 'BEGIN\n')
|
||||||
|
|
||||||
out = StringIO()
|
|
||||||
call_command('color_command', stdout=out)
|
|
||||||
self.assertEqual(out.getvalue(), '\x1b[33mBEGIN\x1b[0m\n')
|
|
||||||
|
|
||||||
def test_base_command(self):
|
def test_base_command(self):
|
||||||
"User BaseCommands can execute when a label is provided"
|
"User BaseCommands can execute when a label is provided"
|
||||||
args = ['base_command', 'testlabel']
|
args = ['base_command', 'testlabel']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user