Skip to content

Commit 133cd8b

Browse files
author
Michal Horejsek
committed
Comment which tests are optional
1 parent 5a469b7 commit 133cd8b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/json_schema/test_draft04.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def pytest_generate_tests(metafunc):
88
version=4,
99
suite_dir='JSON-Schema-Test-Suite/tests/draft4',
1010
ignored_suite_files=[
11+
# Optional.
1112
'ecmascript-regex.json',
1213
],
1314
ignore_tests=[],

tests/json_schema/test_draft06.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def pytest_generate_tests(metafunc):
88
version=6,
99
suite_dir='JSON-Schema-Test-Suite/tests/draft6',
1010
ignored_suite_files=[
11+
# Optional.
1112
'ecmascript-regex.json',
1213
],
1314
ignore_tests=[

tests/json_schema/test_draft07.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def pytest_generate_tests(metafunc):
88
version=7,
99
suite_dir='JSON-Schema-Test-Suite/tests/draft7',
1010
ignored_suite_files=[
11+
# Optional.
1112
'ecmascript-regex.json',
1213
'idn-email.json',
1314
'idn-hostname.json',

0 commit comments

Comments
 (0)