use uv to run test, more fixes
This commit is contained in:
8
tests/run_with_uv.py
Normal file
8
tests/run_with_uv.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Entry point for uv run: adds tests dir to path and runs pytest."""
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
sys.path.insert(0, str(Path(__file__).parent.resolve()))
|
||||
import pytest
|
||||
|
||||
sys.exit(pytest.main(sys.argv[1:]))
|
||||
Reference in New Issue
Block a user