Skip to content

Commit 2953453

Browse files
committed
Update Python BUILD files
1 parent d654833 commit 2953453

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

python/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ py_library(
1919
py_test(
2020
name = "_jsonnet_test",
2121
srcs = ["_jsonnet_test.py"],
22-
data = ["test.jsonnet"],
22+
data = [
23+
"testdata/basic_check.jsonnet",
24+
"testdata/trivial.jsonnet",
25+
],
2326
python_version = "PY3",
2427
deps = [":_jsonnet"],
2528
)

python/basic_check.jsonnet

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)