WIP Working on test coverage following refactor.

This commit is contained in:
Jonathan Bernard 2017-11-23 07:43:27 -06:00
parent 82a7b301ea
commit 573903bda0

View File

@ -96,7 +96,11 @@ suite "strawboss server":
# give the filesystem time to create stuff
sleep(100)
# check that the run request has been
# check that the run request has been saved
let runsDir = tempBuildDataDir & "/" & testProjName & "/runs"
check existsDir(runsDir)
let reqFile = runsDir
# check that the project directory has been created in the artifacts repo
let runArtifactsDir = tempBuildDataDir & "/" & testProjName & "/artifacts/build/0.1.0"
check existsDir(runArtifactsDir)