aserper
61ba253d1f
Fix CI test coverage: Add unit tests to test_bot.py and format with black
2025-12-13 23:23:54 -05:00
aserper
16318f89cf
Fix linting errors: Remove unused imports and reformat with black
2025-12-13 23:20:03 -05:00
aserper
594b0be317
Modernize codebase: Use pathlib, logging, dataclasses, and update dependencies
2025-12-13 23:15:22 -05:00
aserper
37da450194
style: fix code formatting with black
2025-12-13 00:30:14 -05:00
aserper
9439b6c8fb
feat: add support for multiple RSS feeds
2025-12-13 00:27:36 -05:00
aserper
abfdeb4b9c
Fix test failures and code quality issues
...
- Fix XML parsing in integration tests using textwrap.dedent
- Fix Docker build test by adding load:true to buildx action
- Apply black formatting to all Python files
- All tests should now pass successfully
2025-12-12 23:34:10 -05:00
aserper
f2056b90f2
Add comprehensive test suite with GitHub Actions CI/CD
...
- Refactor code into testable bot.py module with MastodonRSSBot class
- Create 20+ unit tests covering core functionality and edge cases
- Create 10+ integration tests for RSS parsing and Mastodon posting
- Add GitHub Actions workflow for automated testing
- Unit tests on Python 3.10, 3.11, 3.12
- Integration tests with mocked external services
- Code quality checks (flake8, black, mypy)
- Docker build validation
- Configure pytest with 80% minimum coverage requirement
- Add test dependencies in requirements-test.txt
- Update .gitignore to exclude test artifacts
- Add comprehensive TESTING.md documentation
- Add test status badge to README
- Maintain full backward compatibility with existing setup
2025-12-12 23:30:38 -05:00