runtimeverification / quiz

A randomized property testing library for Hoon.
7 stars 1 forks source link

Examples: make tests for Hoon School and App School #7

Open hjorthjort opened 1 year ago

hjorthjort commented 1 year ago

Each cohort of Hoon School and App School go through a set of coding exercises. These can all be tested with %quiz, at least from the point at which testing is introduced.

Supply example tests. These can both be used for quick grading (unit tests + %quiz tests should capture most bugs and mistaken implementations) and for making the student familiar with testing.