rocket science tests

This commit is contained in:
Egor Kovetskiy
2019-04-11 22:23:45 +03:00
parent 6399aac4d5
commit a7167e9fa3
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
tests:ensure :run --version
blank:server:new wiki
tests:ensure $wiki::start
tests:eval $wiki::get-listen
listen=$(tests:get-stdout)
tests:debug "listening on ${listen}"
$wiki::stop