Add tests.
This commit is contained in:
parent
e80f511155
commit
a7d4bc4ae9
10 changed files with 915 additions and 418 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue