We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998c7e3 commit 25f6cf7Copy full SHA for 25f6cf7
Makefile
@@ -443,7 +443,7 @@ test:
443
@/bin/bash -c "source $(VENV_DIR)/bin/activate && \
444
export DATABASE_URL='sqlite:///:memory:' && \
445
export TEST_DATABASE_URL='sqlite:///:memory:' && \
446
- uv run pytest -n auto --maxfail=0 --disable-warnings -v --ignore=tests/fuzz"
+ uv run pytest -n auto --maxfail=0 -v --ignore=tests/fuzz"
447
448
test-profile:
449
@echo "🧪 Running tests with profiling (showing slowest tests)..."
0 commit comments