add TAP framework. if you could call it that

This commit is contained in:
rhiannon morris 2022-04-26 18:17:59 +02:00
parent f33e96e198
commit d28366c90b
4 changed files with 158 additions and 1 deletions

7
tests/Tests.idr Normal file
View file

@ -0,0 +1,7 @@
module Tests
import TAP
export main : IO ()
main = run
[todo "write tests"]