Nicolas DUBIEN
Nicolas DUBIEN
Here are just some other notes regarding property based testing. The **core idea** is that generally speaking, it is not possible to think about all edge cases of an algorithm...
@IgorSasovets indeed limiting the number of checkboxes makes it work **but it was not my point**. My point is that control flow -based version took 27 seconds to run on...
Just tried to run a `netstat` command right after the run of the tests (either success or failure). I got barely the same number of lines ``` TCP 127.0.0.1:4444 dev:49159...
@CrispusDH thanks a lot for your answer Indeed there is the exact same issue when using Promise.all or other Promise.* methods able to run requests in parallel (when called with...
@avient I still have the issue when forcing the use of 3.4.0 instead of my local version 3.11.0
Good news, I'm currently working on a first version of a `stringMatching(Regex)` helper. So far, I don't manage contextual parts such as `^`, `$` or `\b`. This feature will probably...
Let's probably close it for now. I'm not sure we will make that much improvements for that one in the next releases. Might be worth re-open it if one day...
Well, finally I'll not add it. In usual test runners such as Jest we can have `document` but `document.all` is just `undefined` (not another falsy value).
I just started to resurrect the PR I initially opened to create a dedicated package to bind fast-check to vitest as I do for jest and ava. The plan is...