Tests: - tests/test_commands.py: parse_args, extract_args, format_bounty - tests/test_db.py: full CRUD + tracking + reminders - tests/conftest.py: temp DB fixture - requirements-dev.txt: pytest + pytest-asyncio db.py fixes: - Explicit conn.commit() after every write (SQLite row_factory disables implicit transaction management) - fetchone() before commit() (can't commit while cursor open) - Functions return dict instead of sqlite3.Row
5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
python-telegram-bot==21.6
|
|
dateparser==1.2.0
|
|
pytest==8.3.5
|
|
pytest-asyncio==0.25.2
|