Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Sep 26, 2024
1 parent cb83008 commit 47231a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/unit/template_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ def test_retrieve_workflow_templates():
subpackage = "exasol.toolbox.templates.github.workflows"
expected = {
"build-and-publish": "build-and-publish.yml",
"cd": "cd.yml",
"check-release-tag": "check-release-tag.yml",
"checks": "checks.yml",
"ci-cd": "ci-cd.yml",
"ci": "ci.yml",
"gh-pages": "gh-pages.yml",
"merge-gate": "merge-gate.yml",
"pr-merge": "pr-merge.yml",
"report": "report.yml",
}
Expand Down Expand Up @@ -45,11 +46,12 @@ def test_retrieve_issue_templates():
"exasol.toolbox.templates.github.workflows",
{
"build-and-publish": "build-and-publish.yml",
"cd": "cd.yml",
"check-release-tag": "check-release-tag.yml",
"checks": "checks.yml",
"ci-cd": "ci-cd.yml",
"ci": "ci.yml",
"gh-pages": "gh-pages.yml",
"merge-gate": "merge-gate.yml",
"pr-merge": "pr-merge.yml",
"report": "report.yml",
},
Expand Down Expand Up @@ -95,11 +97,12 @@ def test_retrieve_templates(subpackage, expected):
"workflow",
[
"build-and-publish.yml",
"cd.yml",
"check-release-tag.yml",
"checks.yml",
"ci-cd.yml",
"ci.yml",
"gh-pages.yml",
"merge-gate.yml",
"pr-merge.yml",
"report.yml",
],
Expand Down

0 comments on commit 47231a7

Please sign in to comment.