We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e54b20 commit 47c862dCopy full SHA for 47c862d
test/unit/template_test.py
@@ -18,6 +18,7 @@ def test_retrieve_workflow_templates():
18
"merge-gate": "merge-gate.yml",
19
"pr-merge": "pr-merge.yml",
20
"report": "report.yml",
21
+ "slow-checks": "slow-checks.yml",
22
}
23
actual = template._templates(subpackage)
24
actual = {name: path.name for name, path in actual.items()}
@@ -54,6 +55,7 @@ def test_retrieve_issue_templates():
54
55
56
57
58
59
},
60
),
61
(
@@ -105,6 +107,7 @@ def test_retrieve_templates(subpackage, expected):
105
107
"merge-gate.yml",
106
108
"pr-merge.yml",
109
"report.yml",
110
+ "slow-checks.yml",
111
],
112
113
0 commit comments