paperboy
paperboy copied to clipboard
Testing strategy
A good way for testing available parsers would be if inst/status.csv
would contain rss urls and test the parser against the most current 10 or so articles published.
Additionally, it would be cool to have a function that digs out the rss address from the main page or checks against an index(?)
Since the tests run for a long time, they are only run when PB_TEST_PARSER
is set for now. It would be good to have a dedicated gh action for that.