Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 0e9b2389 authored by Dorian Turba's avatar Dorian Turba
Browse files

update automated tests to match new layout

parent fefbf65b
No related branches found
No related tags found
No related merge requests found
...@@ -20,4 +20,6 @@ def test_dal_project(cookies, context): ...@@ -20,4 +20,6 @@ def test_dal_project(cookies, context):
assert (result.project_path / "README.md").is_file() assert (result.project_path / "README.md").is_file()
assert (result.project_path / f"{context['template_slug']}.r2.yml").is_file() assert (result.project_path / f"{context['template_slug']}.r2.yml").is_file()
assert (result.project_path / f"{context['template_slug']}.yml").is_file() assert (
result.project_path / "templates" / f"{context['template_slug']}.yml"
).is_file()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment