From 47c299383f3b84d37657ba4b6bcb41efbc985449 Mon Sep 17 00:00:00 2001 From: Dave Cunningham Date: Mon, 17 Apr 2023 17:40:38 +0100 Subject: [PATCH] Fix bazel tests by adding python testdata --- python/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/BUILD b/python/BUILD index 0c477413..12936ad2 100644 --- a/python/BUILD +++ b/python/BUILD @@ -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"],