Add E2E testing
thislooksfun opened this issue · 1 comments
thislooksfun commented
Currently there is only (incomplete) unit testing. This is great, as long as the Reddit API stays stable, which it won't. Unfortunately adding unit testing is non trivial since the endpoints are (rightly) rate-limited, which makes automated testing really annoying.
thislooksfun commented
I added the help wanted label because I'd love ideas for how to go about doing this.