add TAP framework. if you could call it that
This commit is contained in:
parent
f33e96e198
commit
d28366c90b
4 changed files with 158 additions and 1 deletions
7
tests/Tests.idr
Normal file
7
tests/Tests.idr
Normal file
|
@ -0,0 +1,7 @@
|
|||
module Tests
|
||||
|
||||
import TAP
|
||||
|
||||
export main : IO ()
|
||||
main = run
|
||||
[todo "write tests"]
|
Loading…
Add table
Add a link
Reference in a new issue