More bugfixes & added generated test projects

This commit is contained in:
2021-05-19 08:28:59 +02:00
parent 128fda60b0
commit 8fb570468c
48 changed files with 166 additions and 67 deletions

View File

@@ -78,7 +78,7 @@ class ConsoleBuilder:
ReadmeTemplate(),
TestsInitTemplate(),
AppsettingsTemplate(),
MainInitTemplate(project_name, 'src')
MainInitTemplate(project_name, os.path.join('src/', project_name_snake))
]
else:
project_path = os.path.join(