Skip to content

Commit 400f565

Browse files
Refactor session utils boundaries to shared module constant
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent cdc2483 commit 400f565

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/test_session_utils_import_boundary.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import ast
2-
from pathlib import Path
32

43
import pytest
54

6-
pytestmark = pytest.mark.architecture
5+
from tests.test_session_utils_helper_usage import SESSION_UTILS_MODULE
76

8-
SESSION_UTILS_MODULE = Path("hyperbrowser/client/managers/session_utils.py")
7+
pytestmark = pytest.mark.architecture
98

109

1110
def _imports_symbol_from_module(

0 commit comments

Comments
 (0)