We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912cef4 commit 3e619c9Copy full SHA for 3e619c9
djclick/test/test_adapter.py
@@ -164,7 +164,7 @@ def test_django_settings(manage):
164
165
def test_django_color(capsys):
166
call_command('colorcmd')
167
-s out, err = capsys.readouterr()
+ out, err = capsys.readouterr()
168
# Not passing a --color/--no-color flag defaults to autodetection. As the
169
# command is run through the test suite, the autodetection defaults to not
170
# colorizing the output.
0 commit comments