Added tests for build command
This commit is contained in:
@@ -21,6 +21,10 @@ class CLICommands:
|
||||
def add(cls, source: str, target: str):
|
||||
cls._run('add', source, target)
|
||||
|
||||
@classmethod
|
||||
def build(cls):
|
||||
cls._run('build')
|
||||
|
||||
@classmethod
|
||||
def generate(cls, schematic: str, name: str, output=False):
|
||||
cls._run('generate', schematic, name, output=output)
|
||||
|
Reference in New Issue
Block a user