|
@@ -18,7 +18,7 @@ from .utils import _run_template
|
|
|
|
|
|
def test_scenario_management_with_toml_config(tmpdir):
|
|
|
cookiecutter(
|
|
|
- template="taipy/templates/scenario-management",
|
|
|
+ template="taipy/templates/sdm",
|
|
|
output_dir=tmpdir,
|
|
|
no_input=True,
|
|
|
extra_context={
|
|
@@ -50,7 +50,7 @@ def test_scenario_management_with_toml_config(tmpdir):
|
|
|
|
|
|
def test_scenario_management_without_toml_config(tmpdir):
|
|
|
cookiecutter(
|
|
|
- template="taipy/templates/scenario-management",
|
|
|
+ template="taipy/templates/sdm",
|
|
|
output_dir=tmpdir,
|
|
|
no_input=True,
|
|
|
extra_context={
|
|
@@ -81,7 +81,7 @@ def test_scenario_management_without_toml_config(tmpdir):
|
|
|
|
|
|
def test_with_git(tmpdir):
|
|
|
cookiecutter(
|
|
|
- template="taipy/templates/scenario-management",
|
|
|
+ template="taipy/templates/sdm",
|
|
|
output_dir=str(tmpdir),
|
|
|
no_input=True,
|
|
|
extra_context={
|