Add auto unban functionality and update related tests and dependencies

This commit is contained in:
2025-08-27 20:56:22 +03:00
parent 748670816f
commit 86b6903920
9 changed files with 737 additions and 48 deletions

View File

@@ -54,6 +54,14 @@ test-keyboards:
test-monitor:
python3 tests/test_monitor.py
# Test auto unban scheduler
test-auto-unban:
python3 -m pytest tests/test_auto_unban_scheduler.py -v
# Test auto unban integration
test-auto-unban-integration:
python3 -m pytest tests/test_auto_unban_integration.py -v
# Run tests with coverage
test-coverage:
python3 -m pytest tests/ --cov=helper_bot --cov=database --cov-report=term