summaryrefslogtreecommitdiff
path: root/tests/frontend/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/init.py')
-rw-r--r--tests/frontend/init.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/frontend/init.py b/tests/frontend/init.py
index be7415cf0..8955ae395 100644
--- a/tests/frontend/init.py
+++ b/tests/frontend/init.py
@@ -37,6 +37,9 @@ def test_all_options(cli, tmpdir):
assert project_conf['format-version'] == str(2)
assert project_conf['element-path'] == 'ponies'
+ elements_dir = os.path.join(project, 'ponies')
+ assert os.path.isdir(elements_dir)
+
def test_no_project_name(cli, tmpdir):
result = cli.run(project=str(tmpdir), args=['init'])