Added tests for publish command
This commit is contained in:
@@ -41,6 +41,10 @@ class CLICommands:
|
||||
def new(cls, project_type: str, name: str, *args, output=False):
|
||||
cls._run('new', project_type, name, *args, output=output)
|
||||
|
||||
@classmethod
|
||||
def publish(cls):
|
||||
cls._run('publish')
|
||||
|
||||
@classmethod
|
||||
def remove(cls, project: str):
|
||||
cls._run('remove', project)
|
||||
|
Reference in New Issue
Block a user