We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f8dfa commit 47c2993Copy full SHA for 47c2993
python/BUILD
@@ -21,7 +21,10 @@ py_test(
21
srcs = ["_jsonnet_test.py"],
22
data = [
23
"testdata/basic_check.jsonnet",
24
+ "testdata/binary1230123.bin",
25
+ "testdata/binary123.bin",
26
"testdata/trivial.jsonnet",
27
+ "testdata/trivial_no_eol.jsonnet",
28
],
29
python_version = "PY3",
30
deps = [":_jsonnet"],
0 commit comments