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 LibraryBuilder:
LicenseTemplate(),
ReadmeTemplate(),
TestsInitTemplate(),
NameInitTemplate(project_name, 'src/'),
NameInitTemplate(project_name, os.path.join('src/', project_name_snake)),
AppsettingsTemplate()
]
else: