From 6b26f0f890f161f91d81b443468f10de1d5046a2 Mon Sep 17 00:00:00 2001 From: Pavel Karateev Date: Sun, 10 May 2020 12:19:52 +0300 Subject: [PATCH] Rename test method and reference issue --- testing/test_setuponly.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/test_setuponly.py b/testing/test_setuponly.py index 779c17fbd..57c95ae06 100644 --- a/testing/test_setuponly.py +++ b/testing/test_setuponly.py @@ -296,7 +296,8 @@ def test_setup_show_with_KeyboardInterrupt_in_test(testdir): assert result.ret == ExitCode.INTERRUPTED -def test_parametrize_no_comparing_bytearray_error(testdir): +def test_show_fixture_action_with_bytearrays(testdir): + # Issue 7126, BytesWarning when using --setup-show with bytes parameter test_file = testdir.makepyfile( """ import pytest