Skip to content

Commit d42f1bb

Browse files
committed
add tests
1 parent 27a965d commit d42f1bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/python/python_tests.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,10 +886,12 @@ _tests.append(_test_single_version_platform_override_errors)
886886
# * incorrect platform failure
887887
# * missing python_version failure
888888

889+
xtests = []
890+
889891
def python_test_suite(name):
890892
"""Create the test suite.
891893
892894
Args:
893895
name: the name of the test suite
894896
"""
895-
test_suite(name = name, basic_tests = _tests)
897+
test_suite(name = name, basic_tests = xtests or _tests)

0 commit comments

Comments
 (0)