Zig Testing
|
|
2
|
170
|
April 9, 2025
|
Testing: disable memory leak report when test fail
|
|
5
|
171
|
April 9, 2025
|
Can't nest namespaces in `test` blocks
|
|
3
|
75
|
April 7, 2025
|
Oh Snap! Easy Snapshot Testing for Zig
|
|
4
|
551
|
March 28, 2025
|
std.testing.refAllDeclsRecursive fails on @cImport, what can I do?
|
|
2
|
85
|
March 27, 2025
|
ZTAP: TAP 14 Test Runner
|
|
2
|
206
|
March 14, 2025
|
Build test goes silent on failure in external function call
|
|
3
|
107
|
March 11, 2025
|
Adding test files to build system
|
|
2
|
107
|
February 20, 2025
|
Proper way of running tests in all files in a project? (using refAllDecls(@This()))
|
|
2
|
124
|
February 13, 2025
|
Best approach for mocking struct methods with different behavior in tests
|
|
5
|
169
|
February 6, 2025
|
Build tests as a binary
|
|
4
|
243
|
February 5, 2025
|
Issues with module tests compilation in Zig - can't test and missing symbols in executable
|
|
4
|
153
|
January 28, 2025
|
VSCode Testing
|
|
0
|
79
|
January 18, 2025
|
Ignore struct field when using std.testing.expectEqualDeep
|
|
2
|
114
|
January 5, 2025
|
Design of deterministic simulators
|
|
1
|
129
|
December 31, 2024
|
Testing errors, and std.log.err
|
|
15
|
1629
|
December 11, 2024
|
Explicitly testing for errors
|
|
1
|
76
|
December 4, 2024
|
Custom Test Runners and Public Struct Decls
|
|
7
|
132
|
December 3, 2024
|
How do I know which files, or which tests, `zig build test` covers?
|
|
2
|
263
|
November 5, 2024
|
Generating Tests at Comptime
|
|
3
|
170
|
October 22, 2024
|
Testing for freestanding
|
|
9
|
325
|
October 19, 2024
|
Running tests with my own wrapper?
|
|
1
|
107
|
October 11, 2024
|
How to test for errors
|
|
2
|
156
|
September 30, 2024
|
Integration tests are not covered on CI runners
|
|
12
|
187
|
September 15, 2024
|
Pointer Issue with Unit Test for Code that is Cross Compiled
|
|
1
|
53
|
September 15, 2024
|
How to filter test using --test-filter 'test-name' in conjunction with build.zig
|
|
4
|
208
|
August 13, 2024
|
Zig OS Kernel Tests, Qemu?
|
|
0
|
113
|
July 26, 2024
|
Is there a way to debug tests when run as a build step?
|
|
4
|
219
|
July 14, 2024
|
How do I get zig build to Run all the tests?
|
|
3
|
1615
|
May 25, 2024
|
Unit test with external module
|
|
1
|
803
|
May 11, 2024
|