Fix test organization and setup #28
Labels
No labels
backend
beginner-friendly
bug
build
db
endpoint
federation
http
low-priority
tests
waiting for zig 0.11
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: heartles/fediglam#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
PROBLEM: unit tests are failing widely following refactors
PROBLEM: putting unit tests inside the same file as the code makes test organization weird
New test guidelines:
*file*_test.zig
filetest.zig
in their root that does the same work aslib.zig
ormain.zig
TODO: Look into code coverage tools