-
Hi
I'm using singularity version 3.8.7-1.el8 and creating the Singularity container fails with
```
INFO: Adding help info
INFO: Adding environment to container
INFO: Adding testscript
I…
-
Result: `{ [Error: Exit code is non-zero.] code: undefined, signal: undefined }`
Attempted on both 0.7.0 (from npm) and 0.7.1 (from GitHub).
To reproduce, create a script `/usr/local/bin/testscript`…
-
**Is your feature request related to a problem? Please describe.**
If I run a test with many folders, requests and tests (validations) then going from the runner result to that request and that s…
-
The locals tests currently hits breakpoints that are not set. I have not investigated it yet. The TestScript.xml currently contains additional go's to get past these false breakpoint events.
-
```
#!watchflakes
post env GO111MODULE=off
# Issue 35941: suppress symlink warnings when running 'go list all'. (6.681s)
> symlink goproj/css -> $GOPATH/src/css
…
-
I've gotten the following results with a couple of scripts intermittently but have only now found a way to reproduce it reliably. So even though the time module is not officially supported, it does il…
-
We need to have a way to run the apigear cli as tests to test all the different cmd options. The testscript approach seems to be fine and it is extracted from the go internals package (so used also to…
-
### What version of CUE are you using (`cue version`)?
$ cue version
v0.6.0
### Does this issue reproduce with the latest stable release?
Yes
### What did you do?
Import a …
-
```
git co `git phlow nextup --prefix $BRANCH` #implies "git fetch remote()"
git phlow deliver --local --test $TESTSCRIPT
```
-
# Summary
As remote taskfiles are on the roadmap it probably makes sense to be able to unit test taskfiles as well to ensure that any breaking changes are adequately accounted for as it can hav…