From 99f6595961bf4a0f0ca13670ff8eeca245022111 Mon Sep 17 00:00:00 2001 From: Jay Bazuzi Date: Sun, 15 Mar 2026 17:56:21 +0000 Subject: [PATCH] . e Make run_tests.bat match run_tests.sh Co-Authored-By: Trillium Smith Co-Authored-By: Samuel Taggart --- run_tests.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/run_tests.bat b/run_tests.bat index ce58156..5c44af8 100644 --- a/run_tests.bat +++ b/run_tests.bat @@ -1 +1,4 @@ -pytest --junitxml=test-reports/report.xml \ No newline at end of file +python -m pip install --upgrade pip +pip install tox +pip install pytest +tox -e py -- --junitxml=test-reports/report.xml \ No newline at end of file