File tree 2 files changed +33
-1
lines changed
st2tests/st2tests/fixtures/packs
test_content_version_fixture
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ # The files in test_content_version* targets are in ./test_content_version
2
+ # which is a git submodule.
3
+ # The test_content_version* targets are dependencies of ./test_content_version_fixture
4
+
5
+ resources (
6
+ name = "test_content_version_metadata" ,
7
+ sources = [
8
+ "test_content_version/pack.yaml" ,
9
+ "test_content_version/**/*.yaml" ,
10
+ "test_content_version/icon.png" ,
11
+ ],
12
+ )
13
+
14
+ shell_sources (
15
+ name = "test_content_version_shell" ,
16
+ sources = [
17
+ "test_content_version/**/*.sh" ,
18
+ ],
19
+ )
20
+
21
+ python_sources (
22
+ name = "test_content_version" ,
23
+ dependencies = [
24
+ ":test_content_version_metadata" ,
25
+ ":test_content_version_shell" ,
26
+ ],
27
+ sources = [
28
+ "test_content_version/**/*.py" ,
29
+ ],
30
+ )
Original file line number Diff line number Diff line change 1
- python_sources ()
1
+ python_sources (
2
+ dependencies = ["st2tests/st2tests/fixtures/packs:test_content_version" ],
3
+ )
You can’t perform that action at this time.
0 commit comments