4 lines
139 B
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
|