Testing errors, and std.log.err
|
|
15
|
1147
|
December 11, 2024
|
Explicitly testing for errors
|
|
1
|
64
|
December 4, 2024
|
Custom Test Runners and Public Struct Decls
|
|
7
|
91
|
December 3, 2024
|
How do I know which files, or which tests, `zig build test` covers?
|
|
2
|
129
|
November 5, 2024
|
Generating Tests at Comptime
|
|
3
|
109
|
October 22, 2024
|
Testing for freestanding
|
|
9
|
251
|
October 19, 2024
|
Running tests with my own wrapper?
|
|
1
|
96
|
October 11, 2024
|
How to test for errors
|
|
2
|
152
|
September 30, 2024
|
Integration tests are not covered on CI runners
|
|
12
|
176
|
September 15, 2024
|
Pointer Issue with Unit Test for Code that is Cross Compiled
|
|
1
|
49
|
September 15, 2024
|
ZTAP: TAP 14 Test Runner
|
|
1
|
103
|
September 12, 2024
|
How to filter test using --test-filter 'test-name' in conjunction with build.zig
|
|
4
|
129
|
August 13, 2024
|
Zig OS Kernel Tests, Qemu?
|
|
0
|
103
|
July 26, 2024
|
Oh Snap! Easy Snapshot Testing for Zig
|
|
3
|
242
|
July 23, 2024
|
Is there a way to debug tests when run as a build step?
|
|
4
|
167
|
July 14, 2024
|
How do I get zig build to Run all the tests?
|
|
3
|
768
|
May 25, 2024
|
Unit test with external module
|
|
1
|
491
|
May 11, 2024
|
Idiomatic unit testing suggestion: avoid `inline for`
|
|
2
|
344
|
May 2, 2024
|
Using kcov with zig test
|
|
5
|
393
|
March 2, 2024
|
Funny output of zig test
|
|
7
|
407
|
March 1, 2024
|
`zig test` -> OK printing is missing on MacOS Terminal
|
|
1
|
402
|
January 23, 2024
|
Strange behavior (possible UB?) in specific situations
|
|
5
|
292
|
January 21, 2024
|
How to enable more logging and disable caching with "zig build test"?
|
|
19
|
2041
|
January 4, 2024
|
Exclude test from being cached?
|
|
6
|
571
|
January 2, 2024
|
What is the purpose of std.testing.refAllDecls()?
|
|
2
|
632
|
December 24, 2023
|
Trying to run test with cmdline args
|
|
3
|
715
|
July 22, 2023
|
How to determine if code is being run during testing?
|
|
1
|
431
|
July 8, 2023
|