Adding test files to build system
|
|
2
|
68
|
February 20, 2025
|
Proper way of running tests in all files in a project? (using refAllDecls(@This()))
|
|
2
|
103
|
February 13, 2025
|
Best approach for mocking struct methods with different behavior in tests
|
|
5
|
156
|
February 6, 2025
|
Build tests as a binary
|
|
4
|
218
|
February 5, 2025
|
Issues with module tests compilation in Zig - can't test and missing symbols in executable
|
|
4
|
130
|
January 28, 2025
|
VSCode Testing
|
|
0
|
78
|
January 18, 2025
|
Ignore struct field when using std.testing.expectEqualDeep
|
|
2
|
112
|
January 5, 2025
|
Design of deterministic simulators
|
|
1
|
115
|
December 31, 2024
|
Testing errors, and std.log.err
|
|
15
|
1398
|
December 11, 2024
|
Explicitly testing for errors
|
|
1
|
74
|
December 4, 2024
|
Custom Test Runners and Public Struct Decls
|
|
7
|
117
|
December 3, 2024
|
How do I know which files, or which tests, `zig build test` covers?
|
|
2
|
210
|
November 5, 2024
|
Generating Tests at Comptime
|
|
3
|
130
|
October 22, 2024
|
Testing for freestanding
|
|
9
|
285
|
October 19, 2024
|
Running tests with my own wrapper?
|
|
1
|
101
|
October 11, 2024
|
How to test for errors
|
|
2
|
154
|
September 30, 2024
|
Integration tests are not covered on CI runners
|
|
12
|
184
|
September 15, 2024
|
Pointer Issue with Unit Test for Code that is Cross Compiled
|
|
1
|
52
|
September 15, 2024
|
ZTAP: TAP 14 Test Runner
|
|
1
|
112
|
September 12, 2024
|
How to filter test using --test-filter 'test-name' in conjunction with build.zig
|
|
4
|
174
|
August 13, 2024
|
Zig OS Kernel Tests, Qemu?
|
|
0
|
111
|
July 26, 2024
|
Oh Snap! Easy Snapshot Testing for Zig
|
|
3
|
328
|
July 23, 2024
|
Is there a way to debug tests when run as a build step?
|
|
4
|
197
|
July 14, 2024
|
How do I get zig build to Run all the tests?
|
|
3
|
1255
|
May 25, 2024
|
Unit test with external module
|
|
1
|
663
|
May 11, 2024
|
Idiomatic unit testing suggestion: avoid `inline for`
|
|
2
|
352
|
May 2, 2024
|
Using kcov with zig test
|
|
5
|
449
|
March 2, 2024
|
Funny output of zig test
|
|
7
|
422
|
March 1, 2024
|
`zig test` -> OK printing is missing on MacOS Terminal
|
|
1
|
409
|
January 23, 2024
|
Strange behavior (possible UB?) in specific situations
|
|
5
|
293
|
January 21, 2024
|