Hacker News new | ask | show | jobs
by qu4z-2 4903 days ago
I like the idea of automatically generating a set of test cases, but requiring you to fill out the tests. Even better if I can run

    my-lang --gen-test-cases input.lang
and it outputs stub tests for the edge cases.