WIP Working on test coverage following refactor.
This commit is contained in:
parent
82a7b301ea
commit
573903bda0
@ -96,7 +96,11 @@ suite "strawboss server":
|
|||||||
# give the filesystem time to create stuff
|
# give the filesystem time to create stuff
|
||||||
sleep(100)
|
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
|
# check that the project directory has been created in the artifacts repo
|
||||||
let runArtifactsDir = tempBuildDataDir & "/" & testProjName & "/artifacts/build/0.1.0"
|
let runArtifactsDir = tempBuildDataDir & "/" & testProjName & "/artifacts/build/0.1.0"
|
||||||
check existsDir(runArtifactsDir)
|
check existsDir(runArtifactsDir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user