mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
merge with latest changes
This commit is contained in:
commit
8136ca593b
2 changed files with 20 additions and 0 deletions
9
tests/conftest.py
Normal file
9
tests/conftest.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
client_path = Path(__file__).resolve().parent.parent / "client"
|
||||
|
||||
# add client path to sys.path
|
||||
sys.path.append(str(client_path))
|
||||
|
||||
print(f"Added {client_path} to sys.path")
|
||||
Loading…
Add table
Add a link
Reference in a new issue