Skip to content

Commit

Permalink
Fix oversight following #3426 (#3460)
Browse files Browse the repository at this point in the history
* Update test starter pyprojet file

Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>

* Add example_pipeline to cookiecutter file

Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>

---------

Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
  • Loading branch information
AhdraMeraliQB committed Dec 22, 2023
1 parent fb09b32 commit 81ab60a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion features/steps/test_starter/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"repo_name": "{{ cookiecutter.project_name.replace(' ', '-').lower().strip('-') }}",
"python_package": "{{ cookiecutter.project_name.replace(' ', '_').replace('-', '_').lower() }}",
"kedro_version": "{{ cookiecutter.kedro_version }}",
"tools": "none"
"tools": "none",
"example_pipeline": "no"
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ namespaces = false
package_name = "{{ cookiecutter.python_package }}"
project_name = "{{ cookiecutter.project_name }}"
kedro_init_version = "{{ cookiecutter.kedro_version }}"
tools = "{{ cookiecutter.tools | default('') | string | replace('\"', '\\\"') }}"
tools = {{ cookiecutter.tools | default('') | string | replace('\"', '\\\"') }}
example_pipeline = "{{ cookiecutter.example_pipeline }}"

[tool.pytest.ini_options]
addopts = """
Expand Down

0 comments on commit 81ab60a

Please sign in to comment.