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 628f352 commit b290577Copy full SHA for b290577
{{cookiecutter.project_slug}}/docs/gen_pages.py
@@ -30,7 +30,7 @@
30
"Background:",
31
)
32
ignore_lines = ("@", "#")
33
-features_dir = docs_parent_dir / "bdd-features"
+features_dir = docs_parent_dir / "acceptance-criteria"
34
for feature_path in features_dir.glob("**/*.feature"):
35
with Path.open(feature_path, "r") as f:
36
relative_dir = feature_path.parent.relative_to(features_dir)
{{cookiecutter.project_slug}}/pyproject.toml
@@ -94,7 +94,7 @@ testpaths = [
94
python_files = ["*_test.py"]
95
python_functions = ["test_*"]
96
render_collapsed = true
97
-bdd_features_base_dir = "bdd-features"
+bdd_features_base_dir = "acceptance-criteria"
98
99
[tool.coverage.report]
100
exclude_lines = [
0 commit comments