Skip to content

Commit 47c2993

Browse files
committed
Fix bazel tests by adding python testdata
1 parent 39f8dfa commit 47c2993

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: python/BUILD

+3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ py_test(
2121
srcs = ["_jsonnet_test.py"],
2222
data = [
2323
"testdata/basic_check.jsonnet",
24+
"testdata/binary1230123.bin",
25+
"testdata/binary123.bin",
2426
"testdata/trivial.jsonnet",
27+
"testdata/trivial_no_eol.jsonnet",
2528
],
2629
python_version = "PY3",
2730
deps = [":_jsonnet"],

0 commit comments

Comments
 (0)