Skip to content

Commit 94063e9

Browse files
committed
pants: reclassify st2stream/tests/unit/controllers/v1 sources as test_utils
1 parent 55b5f75 commit 94063e9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • st2stream/tests/unit/controllers/v1

st2stream/tests/unit/controllers/v1/BUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ python_tests(
22
name="tests",
33
)
44

5-
python_sources()
5+
python_test_utils(
6+
sources=["*.py", "!test_*.py"],
7+
)

0 commit comments

Comments
 (0)