monadicus / snarkd

MIT License
3 stars 0 forks source link

feat(testing): Implement a Test Runner #118

Closed gluax closed 1 year ago

gluax commented 1 year ago

Implement a test runner, such that we can have a way to easily add unit tests from fuzzing while minimizing written rust code.

Should also be able to benchmark the tests.