expecto Questions
1
Solved
I'm on a Mac running F# using .NET Core 2.0.
I have a function that looks like this:
let rec evaluate(x: string) =
match x with
// ... cases
| _ -> failwith "illogical"
I'd like to write ...
2
Solved
I'm trying to learn how to use FsCheck properly, and integrating it with Expecto at the moment. I can get property tests to run if I'm using the default FsCheck config, but when I try to use my own...
Circassia asked 28/6, 2017 at 10:5
1
Solved
I'm trying to get expecto up and running in our test project.
Though it compiles and run fine, I wanted to just make sure it was really working. So I gave it a fail case and it passes.
Did I mi...
1
© 2022 - 2024 — McMap. All rights reserved.