diff --git a/run_tests.py b/run_tests.py deleted file mode 100644 index 26a07bb..0000000 --- a/run_tests.py +++ /dev/null @@ -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)