Add test for test-case
from typed/rackunit
.
This commit is contained in:
parent
23bda72953
commit
0bfaa75bcf
|
@ -19,3 +19,5 @@
|
|||
(test-begin
|
||||
(check-equal? (my-+ 1 1) 2 "Simple addition")
|
||||
(check-equal? (my-* 2 2) 4 "Simple multiplication"))
|
||||
|
||||
(test-case "name")
|
||||
|
|
Loading…
Reference in New Issue
Block a user