This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
cb83172578
factor
/
extra
/
io
/
launcher
/
launcher-tests.factor
5 lines
85 B
Factor
Raw
Normal View
History
Unescape
Escape
New convention for unit tests
2008-03-01 17:00:45 -05:00
IN:
io.launcher.tests
Improve unit test documentation and update some tests
2008-02-06 23:58:41 -05:00
USING:
tools.test
io.launcher
;
Inference tests tweak
2007-12-17 16:29:26 -05:00
New must-infer word; \ foo must-infer asserts that foo's declared effect matches its inferred effect, put this in your unit tests
2007-12-26 20:54:38 -05:00
\ <process-stream>
must-infer