Add EndToEnd tests for all endpoints #32
Labels
1.0.0
Required to reach 1.0.0
enhancement
New feature or request
help wanted
Extra attention is needed
EndToEndTest success is defined as simply having a 2XX returned for a endpoint. We test serialization.
The only way we can reliably do this is by having a local docker instance running of a LemmyServer using TestContainers. The db should be preseeded with some data.
Then add a test for each endpoint
These tests should only be required to executed before the publishing. On demand otherwise.
The text was updated successfully, but these errors were encountered: