Techcable / gitpatcher

[WIP] Git-based patched system (Using libgit2)
MIT License
4 stars 1 forks source link

Rigorous automated testing #3

Open Techcable opened 2 years ago

Techcable commented 2 years ago

See bug #1 and refactor #2

With a proper testing framework in place, most major bugs should've been caught early and cleanups should be more reliable.....

Right now, I'm running into issues in production because I don't have proper tests :(

Techcable commented 1 year ago

I started this out, using my old code from project Euler as test data.

However, I immediately realized that this requires things to exist in a git repository. This makes small and simple examples difficult to test...