[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
@@ -120,7 +120,7 @@ python-clean: ## Clean Python build artifacts
python-test: ## Run Python tests
@echo "Running Python tests..."
@pytest py_test/ -v
@pytest e2e_test/ -v
python-check: ## Check Python package with twine
@echo "Checking Python package..."