Zooid integration tests #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from https://github.com/andotherstuff/universes/issues/2 by @staab on 2025-10-30T01:14:32Z
https://github.com/coracle-social/zooid needs to be tested heavily. There are some tests already, but an integration test that really fleshes out access controls from multiple perspectives is necessary.
/index.htmlandstaticserving don't conflict with blossom endpointsThe tests don't necessarily need to be organized exactly as listed above. A lot of the different concerns interleave, so testing specific scenarios will make the most sense.
Integration tests should be written in such a way that they're completely agnostic of the codebase itself. In particular, they should go no deeper than the ServeHTTP function, and might make sense to just connect via the network layer.
0xNaman referenced this issue2026-04-23 13:34:13 +00:00