Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6568eeb

Browse files
[BUG FIX] LOCAL__print_test_list is corrected
it always printed TEST_PROCESS_STATS.AchtungTests.
1 parent f1f2bb2 commit 6568eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def LOCAL__print_test_list(header: str, test_count: int, test_list: list[str]):
482482
LOCAL__print_line1_with_header(header)
483483
logging.info("")
484484
if len(test_list) > 0:
485-
helper__print_test_list(TEST_PROCESS_STATS.AchtungTests)
485+
helper__print_test_list(test_list)
486486
logging.info("")
487487

488488
LOCAL__print_test_list(

0 commit comments

Comments
 (0)