529ff967cc
CI / lint-test-build (push) Failing after 1m23s
- Implemented integration tests for the execution writer to ensure trade orders and PnL are persisted correctly. - Created integration tests for the metrics calculator to summarize execution data accurately. - Added integration tests for the opportunity writer to verify event persistence. - Established PostgreSQL schema validation tests to ensure all expected tables, columns, and constraints exist. - Removed outdated unit tests that relied on DuckDB and replaced them with tests using PgStore.
11 lines
122 B
Plaintext
11 lines
122 B
Plaintext
# Unpinned dev dependencies (latest available)
|
|
asyncpg-stubs
|
|
black
|
|
mypy
|
|
pre-commit
|
|
pytest
|
|
pytest-asyncio
|
|
respx
|
|
ruff
|
|
vcrpy
|