Skip to content

Commit b161dd6

Browse files
committed
feat(tests): add os import for path handling in test_client.py
1 parent f90fe6a commit b161dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/test_client.py

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

7+
import os
78
from pathlib import Path
89

910
import pytest

0 commit comments

Comments
 (0)