Skip to content

Commit cc72ea2

Browse files
committed
reclassify st2tests/integration/orquesta as test_utils
1 parent be982ec commit cc72ea2

File tree

1 file changed

+4
-2
lines changed
  • st2tests/integration/orquesta

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
python_sources()
2-
31
python_tests(
42
name="tests",
53
uses=["redis"],
64
)
5+
6+
python_test_utils(
7+
sources=["*.py", "!test_*.py"],
8+
)

0 commit comments

Comments
 (0)