Move and improve reftable tests in the unit testing framework
- Mentors
- Christian Couder, Patrick Steinhardt
- Organization
- Git
- Technologies
- c, shell, git
- Topics
- unit testing, Test framework, C Programming
A new unit testing framework was introduced to the Git mailing list last year with the aim of simplifying testing and improving maintainability by moving the current testing setup from shell scripts and helper files to a framework written wholly in C. This project aims to extend that work by moving the tests exercising reftable's code from the current setup to the new unit testing framework and improving the tests themselves.