We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f6ba1 commit b45643fCopy full SHA for b45643f
1 file changed
tests/test_cookiecutter.py
@@ -44,13 +44,13 @@ def test_cookiecutter_all_options(
44
assert num_items(path, ["docs"]) == 9
45
print(f"Checking pair: {open_source_license}, {include_github_actions}")
46
if open_source_license == "None":
47
- if include_github_actions in ["ci", "cd"]:
+ if include_github_actions in ["ci", "ci+cd"]:
48
assert num_items(path, [".github", "workflows"]) == 1
49
assert num_items(path) == 11
50
else:
51
assert num_items(path) == 10
52
53
54
55
assert num_items(path) == 12
56
0 commit comments