Skip to content

Commit 025403f

Browse files
Formatting
1 parent 059c53b commit 025403f

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

python/e2e/testharness/context.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ def get_cli_path_for_tests() -> str:
2424
if full_path.exists():
2525
return str(full_path.resolve())
2626

27-
raise RuntimeError(
28-
"CLI not found for tests. Run 'npm install' in the nodejs directory."
29-
)
27+
raise RuntimeError("CLI not found for tests. Run 'npm install' in the nodejs directory.")
3028

3129

3230
CLI_PATH = get_cli_path_for_tests()

python/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
This file is for unit tests. Where relevant, prefer to add e2e tests in e2e/*.py instead.
55
"""
66

7-
from unittest.mock import MagicMock, patch
87

98
import pytest
109

0 commit comments

Comments
 (0)