How to run a test where the test runner depends on the thing being tested?
|
|
1
|
51
|
May 24, 2025
|
How to assert if a particular allocation was made in tests
|
|
7
|
95
|
May 3, 2025
|
Can Zig's test runner detect resource leaks?
|
|
5
|
185
|
May 1, 2025
|
Error: no fuzz tests found
|
|
2
|
52
|
April 25, 2025
|
Zig Testing
|
|
2
|
189
|
April 9, 2025
|
Testing: disable memory leak report when test fail
|
|
5
|
175
|
April 9, 2025
|
Can't nest namespaces in `test` blocks
|
|
3
|
76
|
April 7, 2025
|
Oh Snap! Easy Snapshot Testing for Zig
|
|
4
|
576
|
March 28, 2025
|
std.testing.refAllDeclsRecursive fails on @cImport, what can I do?
|
|
2
|
86
|
March 27, 2025
|
ZTAP: TAP 14 Test Runner
|
|
2
|
212
|
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
|
120
|
February 20, 2025
|
Proper way of running tests in all files in a project? (using refAllDecls(@This()))
|
|
2
|
132
|
February 13, 2025
|
Best approach for mocking struct methods with different behavior in tests
|
|
5
|
182
|
February 6, 2025
|
Build tests as a binary
|
|
4
|
265
|
February 5, 2025
|
Issues with module tests compilation in Zig - can't test and missing symbols in executable
|
|
4
|
170
|
January 28, 2025
|
VSCode Testing
|
|
0
|
80
|
January 18, 2025
|
Ignore struct field when using std.testing.expectEqualDeep
|
|
2
|
115
|
January 5, 2025
|
Design of deterministic simulators
|
|
1
|
137
|
December 31, 2024
|
Testing errors, and std.log.err
|
|
15
|
1711
|
December 11, 2024
|
Explicitly testing for errors
|
|
1
|
76
|
December 4, 2024
|
Custom Test Runners and Public Struct Decls
|
|
7
|
138
|
December 3, 2024
|
How do I know which files, or which tests, `zig build test` covers?
|
|
2
|
296
|
November 5, 2024
|
Generating Tests at Comptime
|
|
3
|
185
|
October 22, 2024
|
Testing for freestanding
|
|
9
|
350
|
October 19, 2024
|
Running tests with my own wrapper?
|
|
1
|
108
|
October 11, 2024
|
How to test for errors
|
|
2
|
158
|
September 30, 2024
|
Integration tests are not covered on CI runners
|
|
12
|
189
|
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
|
228
|
August 13, 2024
|