Implements per-worker database isolation for parallel test runs: - Add pytest-xdist and pytest-cov to test dependencies - Configure Makefile to run tests with -n auto flag - Update test.ini to use environment variable for database path - Create conftest.py with per-worker database isolation - Enable SQLite WAL mode for better concurrency - Auto-cleanup test databases after completion Expected performance improvement similar to make_post_sell (~16x speedup). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
8 lines
97 B
Text
8 lines
97 B
Text
# testing.
|
|
pytest
|
|
pytest-cov
|
|
pytest-xdist # Parallel test execution
|
|
nose
|
|
mock
|
|
webtest
|
|
fakeredis
|