java-tutorials/pants/test/com/baeldung/hellopant/BUILD

9 lines
130 B
Python

junit_tests(
name="tests",
timeout=120,
dependencies=[
"src/resources/com/baeldung/hellopant:word",
],
)