Skip to content

Commit 73267e7

Browse files
Update test detector - add support for FsCheck properties
1 parent 0ddf961 commit 73267e7

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

paket.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,15 +618,15 @@ NUGET
618618
System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (< portable-net45+win8+wp8+wpa81)
619619
GITHUB
620620
remote: ionide/ionide-vscode-helpers
621-
src/Fable.Import.Axios.fs (771740b1b8be6479841e44804e311f42646d5345)
622-
src/Fable.Import.VSCode.fs (771740b1b8be6479841e44804e311f42646d5345)
623-
src/Helpers.fs (771740b1b8be6479841e44804e311f42646d5345)
621+
src/Fable.Import.Axios.fs (6eb3892d22f5c7c9bdc92cc85dee5e78c5c39277)
622+
src/Fable.Import.VSCode.fs (6eb3892d22f5c7c9bdc92cc85dee5e78c5c39277)
623+
src/Helpers.fs (6eb3892d22f5c7c9bdc92cc85dee5e78c5c39277)
624624
GIT
625625
remote: https://github.com/Krzysztof-Cieslak/Neptune.git
626-
(11bef49d9d9cb141a8eae04d110b5936da4676cc)
626+
(618bb78a6ff6be55f5b0cf1393d3181096666902)
627627
build: build.cmd Publish
628628
os: windows
629-
(11bef49d9d9cb141a8eae04d110b5936da4676cc)
629+
(618bb78a6ff6be55f5b0cf1393d3181096666902)
630630
build: build.sh Publish
631631
os: mono
632632
remote: https://github.com/Krzysztof-Cieslak/Neptune-vstest.git

src/fsharp/ExpectoRunner.fs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ let runExpectoProject (api : Api) project args =
143143
childProcess
144144
|> Process.onOutput (fun out -> lastOutput.[exe] <- lastOutput.[exe] + out.toString () )
145145
|> Process.toPromise
146+
|> Promise.map (fun n ->
147+
string (defaultArg n.Code 0)
148+
)
146149
}
147150

148151

0 commit comments

Comments
 (0)