This commit is contained in:
@@ -48,11 +48,6 @@ def test_get_default_elog_instance_asks_password_and_opens(mock_home, mock_getpa
|
||||
assert r.status_code == 200
|
||||
assert "demo" in r.text.lower()
|
||||
|
||||
import os
|
||||
from pathlib import Path
|
||||
from unittest.mock import patch
|
||||
from your_module.elog_wrapper import get_default_elog_instance
|
||||
|
||||
|
||||
@patch("slic.utils.elog.getuser")
|
||||
@patch("slic.utils.elog.Path.home")
|
||||
|
||||
Reference in New Issue
Block a user