Skip to content

Commit ec2d70e

Browse files
committed
feat: add cli, ini option skips pytest internal logic of id generation and raise error
1 parent 6c17ab3 commit ec2d70e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/test_collection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,7 +2499,7 @@ def test_1(): pass
24992499
" <Class TestIt>",
25002500
" <Function test_2>",
25012501
" <Function test_3>",
2502-
# " <Module test_2.py>",
2502+
" <Module test_2.py>",
25032503
" <Function test_1>",
25042504
" <Package top2>",
25052505
" <Module test_1.py>",
@@ -2707,7 +2707,6 @@ def test_1(): pass
27072707

27082708

27092709
class TestRequireUniqueParametrizationtIds:
2710-
# Change the test data to native Python types
27112710
CASES = [
27122711
([(1, 1), (1, 1)], {"1-1": [0, 1]}),
27132712
([(1, 1), (1, 2), (1, 1)], {"1-1": [0, 2]}),

0 commit comments

Comments
 (0)