Add tests.

This commit is contained in:
Edward Betts 2026-02-01 14:02:53 +00:00
parent e80f511155
commit a7d4bc4ae9
10 changed files with 915 additions and 418 deletions

View file

@ -54,6 +54,15 @@ Each line starts with the source package name, followed by a note.
The tool fetches data for a specific maintainer email configured in the `TODO_URL` constant. Modify this URL to track packages for a different maintainer.
## Testing
Run tests with pytest:
```bash
apt install python3-pytest
PYTHONPATH=. pytest tests/ -v
```
## Features
- Filters new upstream notifications, hiding other TODO types