Remove redundant run_tests.py wrapper
This commit is contained in:
parent
5a50d0be04
commit
92ed7368eb
@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Pytest runner for Ollama Proxy tests."""
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
result = subprocess.run([sys.executable, "-m", "pytest"] + sys.argv[1:], cwd="backend")
|
||||
sys.exit(result.returncode)
|
||||
Loading…
x
Reference in New Issue
Block a user