How to assert if a particular allocation was made in tests
|
|
7
|
92
|
May 3, 2025
|
Can Zig's test runner detect resource leaks?
|
|
5
|
178
|
May 1, 2025
|
Error: no fuzz tests found
|
|
2
|
50
|
April 25, 2025
|
Zig Testing
|
|
2
|
181
|
April 9, 2025
|
Testing: disable memory leak report when test fail
|
|
5
|
173
|
April 9, 2025
|
Can't nest namespaces in `test` blocks
|
|
3
|
76
|
April 7, 2025
|
Oh Snap! Easy Snapshot Testing for Zig
|
|
4
|
561
|
March 28, 2025
|
std.testing.refAllDeclsRecursive fails on @cImport, what can I do?
|
|
2
|
86
|
March 27, 2025
|
ZTAP: TAP 14 Test Runner
|
|
2
|
210
|
March 14, 2025
|
Build test goes silent on failure in external function call
|
|
3
|
108
|
March 11, 2025
|
Adding test files to build system
|
|
2
|
113
|
February 20, 2025
|
Proper way of running tests in all files in a project? (using refAllDecls(@This()))
|
|
2
|
126
|
February 13, 2025
|
Best approach for mocking struct methods with different behavior in tests
|
|
5
|
174
|
February 6, 2025
|
Build tests as a binary
|
|
4
|
248
|
February 5, 2025
|
Issues with module tests compilation in Zig - can't test and missing symbols in executable
|
|
4
|
158
|
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
|
132
|
December 31, 2024
|
Testing errors, and std.log.err
|
|
15
|
1668
|
December 11, 2024
|
Explicitly testing for errors
|
|
1
|
76
|
December 4, 2024
|
Custom Test Runners and Public Struct Decls
|
|
7
|
133
|
December 3, 2024
|
How do I know which files, or which tests, `zig build test` covers?
|
|
2
|
279
|
November 5, 2024
|
Generating Tests at Comptime
|
|
3
|
178
|
October 22, 2024
|
Testing for freestanding
|
|
9
|
342
|
October 19, 2024
|
Running tests with my own wrapper?
|
|
1
|
107
|
October 11, 2024
|
How to test for errors
|
|
2
|
157
|
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
|
54
|
September 15, 2024
|
How to filter test using --test-filter 'test-name' in conjunction with build.zig
|
|
4
|
217
|
August 13, 2024
|
Zig OS Kernel Tests, Qemu?
|
|
0
|
114
|
July 26, 2024
|