revoltchat / backend

Monorepo for Revolt backend services.
https://developers.revolt.chat/api/
Other
1.09k stars 123 forks source link

test: write unit tests for all routes #282

Open insertish opened 10 months ago

insertish commented 10 months ago

Routes missing unit tests:

toastxc commented 6 months ago

I'd love to help with testing, but how would they work? Should the tests be executed or ignored by Github? If Github is to be used, how could it be done without uploading bot tokens?

Some more information on how to help would be greatly appreciated.

insertish commented 3 months ago

I'd love to help with testing, but how would they work? Should the tests be executed or ignored by Github? If Github is to be used, how could it be done without uploading bot tokens?

Some more information on how to help would be greatly appreciated.

Tests spin up their own environment in which fixtures are loaded. Events can also be tested within this environment.