C implementation of NextDate (aliased as foo), which computes the next day given day/month/year inputs. Includes white-box and black-box tests, covering leap years, edge cases, and error codes (E01–E04). Uses Unity for testing. Tests ran locally; no GitHub Actions integration yet.
continuous-integration test-coverage unity-test-tools whitebox-testing blackbox-test githubactions-ci
- Updated
Jul 25, 2025 - C