mausch / Fuchu

Functional test library for F# / C# / VB.NET
Apache License 2.0
120 stars 22 forks source link

Flag for randomising order #49

Closed haf closed 8 years ago

haf commented 8 years ago

Something akin to this PR would be really nice to have in Fuchu; especially coupled to parallel running of tests.

mausch commented 8 years ago

You mean being able to pass a FsCheck seed through command-line? I agree, that would be really useful.

haf commented 8 years ago

Yes exactly