mirror of
https://github.com/Rikj000/MoniGoMani.git
synced 2022-03-06 00:08:05 +03:00
volare
This commit is contained in:
@@ -86,11 +86,12 @@ def test_run_command():
|
||||
# --- ↓
|
||||
# --- ↓ Helper methods
|
||||
# --- ↓
|
||||
@patch('MoniGoManiLogger.logging')
|
||||
@patch('MoniGoManiLogger.logger')
|
||||
def __get_instance(basedir='.'):
|
||||
cli = MoniGoManiCli(basedir)
|
||||
return cli
|
||||
|
||||
|
||||
@patch('MoniGoManiLogger.logging')
|
||||
@patch('MoniGoManiLogger.logger')
|
||||
def __get_logger(basedir='.') -> Logger:
|
||||
|
||||
Reference in New Issue
Block a user