FakeHelper
See original GitHub issueHi, great and simple testing library. Currently I have make-it-done-solution like above. But may be is there any FAKEHelper which I have overlooked?
Target "RunExpectoTests" (fun _ ->
let processTimeout = System.TimeSpan.MaxValue // Don't set a process timeout. The timeout is per test.
let testsAssemblies = "build/*Tests.exe"
let args = [ "--debug"
//"--sequenced"
"--parallel"
] |> String.concat " "
let res =
!! testsAssemblies
|> Seq.map (fun testAssembly ->
testAssembly, ExecProcess(fun info ->
info.FileName <- testAssembly
info.WorkingDirectory <- buildDir
info.Arguments <- args
) processTimeout)
|> Seq.filter( snd >> (<>) 0)
|> Seq.toList
match res with
| [] -> ()
| failed ->
failed
|> List.map (fun (asm,exitCode) -> sprintf "\t- Expecto test %s failed. Process finished with exit code %d." asm exitCode)
|> String.concat System.Environment.NewLine
|> FailedTestsException |> raise
)
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Fakehelper - Tumblr
Let's upload our gifs on the beta editor to prepare for a gif pack page. Resources are available at the bottom, so lets...
Read more >hi! i'm so sorry to bother but is there a way of... - Fakehelper
fakehelper answered: Hey, be nicer to yourself! My codes are held together with hopes. dreams, and duct tape, so they can be a...
Read more >Elly
ko-fi.com/fakehelper. Support Elly. Tip. sounds #fake. Show More. fakehelper.tumblr.com. Tip Share. Design Art Commissions. Buy a Coffee for Elly. One time.
Read more >fakehelper
Discover Packages · go.amplifyedge.org/sys-share-v2 · sys-core · service · fakehelper.
Read more >— fakehelper: On my gif pack server, you can access...
fakehelper : “On my gif pack server, you can access #184 gifs of the actor Jordan Gonzalez as Ash Romero in Pretty Little...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
my PR https://github.com/fsharp/FAKE/pull/1435
fake helper is released. this can be closed