nala icon indicating copy to clipboard operation
nala copied to clipboard

🦁 Nala - A delightful test framework for C projects.

Results 3 nala issues
Sort by recently updated
recently updated
newest added

Any plans to do something like this? The benefit of direct fixtures would be sharing them amongst tests and accessing them in an "easy" way (especially for those that are...

This PR fixes one error intoducd by my first PR and provides a workaround to solve some of the failing test. The proplem was caused by gnu extensions, that now...

Hi, I think I found a small problem with the parse_typedef function in inspect.py. Here's a MWE to reproduce the problem: uut.h: ``` typedef int mytype1, mytype2; int uutfun(); mytype1...