Skip to content

Commit e955ac2

Browse files
committed
Update unit tests
1 parent a98ab06 commit e955ac2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/unit/template_test.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ def test_retrieve_workflow_templates():
1515
"checks": "checks.yml",
1616
"ci": "ci.yml",
1717
"gh-pages": "gh-pages.yml",
18+
"matrix-all": "matrix-all.yml",
19+
"matrix-exasol": "matrix-exasol.yml",
20+
"matrix-python": "matrix-python.yml",
1821
"merge-gate": "merge-gate.yml",
1922
"pr-merge": "pr-merge.yml",
2023
"report": "report.yml",
@@ -52,6 +55,9 @@ def test_retrieve_issue_templates():
5255
"checks": "checks.yml",
5356
"ci": "ci.yml",
5457
"gh-pages": "gh-pages.yml",
58+
"matrix-all": "matrix-all.yml",
59+
"matrix-exasol": "matrix-exasol.yml",
60+
"matrix-python": "matrix-python.yml",
5561
"merge-gate": "merge-gate.yml",
5662
"pr-merge": "pr-merge.yml",
5763
"report": "report.yml",
@@ -104,6 +110,9 @@ def test_retrieve_templates(subpackage, expected):
104110
"checks.yml",
105111
"ci.yml",
106112
"gh-pages.yml",
113+
"matrix-all.yml",
114+
"matrix-exasol.yml",
115+
"matrix-python.yml",
107116
"merge-gate.yml",
108117
"pr-merge.yml",
109118
"report.yml",

0 commit comments

Comments
 (0)