Closed Philip-21 closed 9 months ago
@nguyer I have been able to create vast amount of unit tests here . This can be merged
This is great. Thank you for adding so many tests! I think we should do two things before this could be merged.
- Can you merge the
fix-tests
branch into this one? Fix tests #288 I fixed a number of issues with the existing tests in this branch, including making them run as a part of the CI workflow (usingmake
). I want to make sure we have all tests passing before we merge.- Can you make sure that none of the tests leave a modified git tree when they are done? Right now it looks like some of the tests write a file that is not cleaned up at the end of the test. You can refer to my branch/PR for how to use
t.TempDir()
in tests to solve this issue
I will do all these
Wonderful! Thank you so much for contributing this!
My pleasure
This pr fixes for #7