[model-gateway] rename py_test to e2e_test (#16454)

This commit is contained in:
Simo Lin
2026-01-04 22:24:34 -08:00
committed by GitHub
parent f02d82211a
commit e6fe092dcc
38 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[pytest]
testpaths = py_test
testpaths = e2e_test
python_files = test_*.py
python_classes = Test*
python_functions = test_*