How do I know which files, or which tests, `zig build test` covers?
|
|
2
|
122
|
November 5, 2024
|
Generating Tests at Comptime
|
|
3
|
107
|
October 22, 2024
|
Testing for freestanding
|
|
9
|
244
|
October 19, 2024
|
Running tests with my own wrapper?
|
|
1
|
93
|
October 11, 2024
|
How to test for errors
|
|
2
|
151
|
September 30, 2024
|
Integration tests are not covered on CI runners
|
|
12
|
174
|
September 15, 2024
|
Pointer Issue with Unit Test for Code that is Cross Compiled
|
|
1
|
48
|
September 15, 2024
|
ZTAP: TAP 14 Test Runner
|
|
1
|
97
|
September 12, 2024
|
How to filter test using --test-filter 'test-name' in conjunction with build.zig
|
|
4
|
109
|
August 13, 2024
|
Zig OS Kernel Tests, Qemu?
|
|
0
|
100
|
July 26, 2024
|
Oh Snap! Easy Snapshot Testing for Zig
|
|
3
|
236
|
July 23, 2024
|
Is there a way to debug tests when run as a build step?
|
|
4
|
157
|
July 14, 2024
|
How do I get zig build to Run all the tests?
|
|
3
|
670
|
May 25, 2024
|
Unit test with external module
|
|
1
|
442
|
May 11, 2024
|
Idiomatic unit testing suggestion: avoid `inline for`
|
|
2
|
340
|
May 2, 2024
|
Testing errors, and std.log.err
|
|
8
|
976
|
April 16, 2024
|
Using kcov with zig test
|
|
5
|
385
|
March 2, 2024
|
Funny output of zig test
|
|
7
|
401
|
March 1, 2024
|
`zig test` -> OK printing is missing on MacOS Terminal
|
|
1
|
398
|
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
|
1959
|
January 4, 2024
|
Exclude test from being cached?
|
|
6
|
557
|
January 2, 2024
|
What is the purpose of std.testing.refAllDecls()?
|
|
2
|
600
|
December 24, 2023
|
Trying to run test with cmdline args
|
|
3
|
701
|
July 22, 2023
|
How to determine if code is being run during testing?
|
|
1
|
431
|
July 8, 2023
|