@@ -35,18 +35,29 @@ _ALL_TESTS = [
3535py_test (
3636 name = "conformance_test" ,
3737 srcs = ["conformance_test.py" ],
38- data = _ALL_TESTS ,
38+ data = _ALL_TESTS + [
39+ "//cel_expr_python:cel" ,
40+ "//cel_expr_python/ext:ext_bindings" ,
41+ "//cel_expr_python/ext:ext_encoders" ,
42+ "//cel_expr_python/ext:ext_math" ,
43+ "//cel_expr_python/ext:ext_optional" ,
44+ "//cel_expr_python/ext:ext_proto" ,
45+ "//cel_expr_python/ext:ext_strings" ,
46+ ],
47+ env = {
48+ "TEST_FILES" : "," .join (["$(rlocationpath %s)" % t for t in _ALL_TESTS ]),
49+ },
3950 deps = [
4051 "@com_google_cel_spec//proto/cel/expr:checked_py_pb2" ,
4152 "@com_google_cel_spec//proto/cel/expr:value_py_pb2" ,
42- "//cel_expr_python:cel " ,
53+ "@com_google_absl_py//absl/testing:absltest " ,
4354 "//cel_expr_python/ext:ext_bindings" ,
4455 "//cel_expr_python/ext:ext_encoders" ,
4556 "//cel_expr_python/ext:ext_math" ,
4657 "//cel_expr_python/ext:ext_optional" ,
4758 "//cel_expr_python/ext:ext_proto" ,
4859 "//cel_expr_python/ext:ext_strings" ,
49- "@com_google_absl_py//absl/testing:absltest " ,
60+ "//cel_expr_python:cel " ,
5061 "//testing:proto2_test_all_types_py_pb2" ,
5162 "//testing:proto3_test_all_types_py_pb2" ,
5263 "//testing:simple_py_pb2" ,
0 commit comments