factor/unmaintained/modules/using/tests/tests.factor

4 lines
139 B
Factor

USING: modules.using ;
IN: modules.using.tests
USING: tools.test localhost::modules.test-server ;
[ "hello world" ] [ rpc-hello ] unit-test