Open Issues Need Help
View All on GitHub optional @given directive about 1 month ago
AI Summary: This issue proposes making the `@given` directive optional in the provided example. The goal is to allow tests to be defined without explicitly specifying a `@given` step, potentially simplifying test definitions in certain scenarios.
Complexity:
2/5
good first issue
A very simple unit testing framework for C
C
#cunit#tdd#test#testing#unit-test#unit-testing-framework
allow given content provide to stdin of the testing process about 1 month ago
AI Summary: This issue proposes adding functionality to allow test content to be directly piped to the standard input (stdin) of a program being tested. This would eliminate the need for temporary files and simplify the testing process for programs that expect input via stdin.
Complexity:
2/5
good first issue
A very simple unit testing framework for C
C
#cunit#tdd#test#testing#unit-test#unit-testing-framework
enhancement good first issue
A very simple unit testing framework for C
C
#cunit#tdd#test#testing#unit-test#unit-testing-framework