1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00
This commit is contained in:
topscoder
2021-08-15 20:57:08 +02:00
parent 3dba6b5ac6
commit 0c486f3a45

View File

@@ -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: