Better test method name

Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
Pavel Karateev 2020-05-10 16:59:20 +03:00 committed by GitHub
parent 17857b67df
commit 8bd3f1a72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ def test_setup_show_with_KeyboardInterrupt_in_test(testdir):
assert result.ret == ExitCode.INTERRUPTED
def test_show_fixture_action_with_bytearrays(testdir):
def test_show_fixture_action_with_bytes(testdir):
# Issue 7126, BytesWarning when using --setup-show with bytes parameter
test_file = testdir.makepyfile(
"""