Move run_tests.py directly to 'make test'

This commit is contained in:
Pim van Pelt
2025-08-04 11:24:46 +02:00
parent 4690d13cb4
commit 65f732e497
2 changed files with 1 additions and 51 deletions

View File

@@ -39,7 +39,7 @@ test-deps:
# Test the package
test:
@echo "Running tests..."
python3 run_tests.py
python3 -m pytest tests/ -v --tb=short
# Rebuild and reinstall (useful during development)
dev: clean build