Skip to content

Commit b290577

Browse files
committed
Hotfix: bdd-features -> acceptance-criteria
1 parent 628f352 commit b290577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/docs/gen_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"Background:",
3131
)
3232
ignore_lines = ("@", "#")
33-
features_dir = docs_parent_dir / "bdd-features"
33+
features_dir = docs_parent_dir / "acceptance-criteria"
3434
for feature_path in features_dir.glob("**/*.feature"):
3535
with Path.open(feature_path, "r") as f:
3636
relative_dir = feature_path.parent.relative_to(features_dir)

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ testpaths = [
9494
python_files = ["*_test.py"]
9595
python_functions = ["test_*"]
9696
render_collapsed = true
97-
bdd_features_base_dir = "bdd-features"
97+
bdd_features_base_dir = "acceptance-criteria"
9898

9999
[tool.coverage.report]
100100
exclude_lines = [

0 commit comments

Comments
 (0)