Skip to content

Commit fae201e

Browse files
authored
Refactor pybinding unit test
Differential Revision: D80380962 Pull Request resolved: #13479
1 parent 3f0e673 commit fae201e

File tree

3 files changed

+594
-822
lines changed

3 files changed

+594
-822
lines changed

extension/pybindings/test/TARGETS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ runtime.python_test(
4848
],
4949
)
5050

51+
runtime.python_library(
52+
name = "test_pybindings_lib",
53+
srcs = ["test_pybindings.py"],
54+
deps = [
55+
":make_test",
56+
],
57+
)
58+
59+
5160
runtime.python_test(
5261
name = "test_backend_pybinding",
5362
srcs = ["test_backend_pybinding.py"],

0 commit comments

Comments
 (0)