Feature: move tests to their respective source code files #2

Closed
opened 2025-08-28 08:17:16 +00:00 by amartin · 0 comments
amartin commented 2025-08-28 08:17:16 +00:00 (Migrated from codeberg.org)

Right now I'm just adding tests in a src/test.zig file and running zig test by hand instead of taking advantage of zig build test (damn poor test suites workflow muscle memory).

I should move tests to their respective source code files to make everything more self-contained and make sure I take full advantage of the Zig build system testing suite.

Right now I'm just adding tests in a `src/test.zig` file and running `zig test` by hand instead of taking advantage of `zig build test` (damn poor test suites workflow muscle memory). I should move tests to their respective source code files to make everything more self-contained and make sure I take full advantage of the Zig build system testing suite.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
NTBBloodbath/koa#2
No description provided.