Added translation unittests

This commit is contained in:
2022-07-10 17:56:38 +02:00
parent a604f0e821
commit 2772ea8df2
14 changed files with 206 additions and 9 deletions

View File

@@ -68,6 +68,7 @@ class NewService(CommandABC):
Types:
console
library
unittest
""")
@staticmethod
@@ -82,6 +83,7 @@ class NewService(CommandABC):
schematics = [
'console (c|C) <name>',
'library (l|L) <name>',
'unittest (ut|UT) <name>',
]
Console.write_line('Available Schematics:')
for name in schematics: