Skip to content

Commit

Permalink
Fix bazel tests by adding python testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Apr 17, 2023
1 parent 39f8dfa commit 47c2993
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/BUILD
Expand Up @@ -21,7 +21,10 @@ py_test(
srcs = ["_jsonnet_test.py"],
data = [
"testdata/basic_check.jsonnet",
"testdata/binary1230123.bin",
"testdata/binary123.bin",
"testdata/trivial.jsonnet",
"testdata/trivial_no_eol.jsonnet",
],
python_version = "PY3",
deps = [":_jsonnet"],
Expand Down

0 comments on commit 47c2993

Please sign in to comment.