Smalll documentation, TODOs.

This commit is contained in:
Jonathan Bernard
2017-08-01 08:49:42 -05:00
parent 1299311a4c
commit 0a6023c656
6 changed files with 27 additions and 9 deletions

View File

@ -104,7 +104,6 @@ suite "strawboss server":
let statusFile = runArtifactsDir & "/status.json"
check fileExists(statusFile)
# TODO
# check that the run status is not failed
var status = loadBuildStatus(statusFile)
check status.state != "failed"
@ -122,9 +121,14 @@ suite "strawboss server":
let binFile = runArtifactsDir & "/test_project"
check existsFile(binFile)
# TODO
test "run a time-consuming build and check the status via the API":
check false
# TODO
#test "kick off multiple runs and check the list of active runs via the API":
# check false
# Last-chance catch to kill the server in case some test err'ed and didn't
# reach it's teardown handler
discard newAsyncHttpClient().post(apiBase & "/service/debug/stop")

1
src/test/test-project Submodule

Submodule src/test/test-project added at df39e07da4