feat(types): Complete strict static analysis and typing track
This commit is contained in:
@@ -6,7 +6,6 @@ from unittest.mock import patch
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
|
||||
from api_hook_client import ApiHookClient
|
||||
import gui_2
|
||||
|
||||
def test_hooks_enabled_via_cli(mock_app) -> None:
|
||||
with patch.object(sys, 'argv', ['gui_2.py', '--enable-test-hooks']):
|
||||
|
||||
Reference in New Issue
Block a user