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 d654833 commit 2953453Copy full SHA for 2953453
python/BUILD
@@ -19,7 +19,10 @@ py_library(
19
py_test(
20
name = "_jsonnet_test",
21
srcs = ["_jsonnet_test.py"],
22
- data = ["test.jsonnet"],
+ data = [
23
+ "testdata/basic_check.jsonnet",
24
+ "testdata/trivial.jsonnet",
25
+ ],
26
python_version = "PY3",
27
deps = [":_jsonnet"],
28
)
python/basic_check.jsonnet
0 commit comments