haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Feature - Run tests from many assemblies #423

Open benguenter opened 2 years ago

benguenter commented 2 years ago

When there are multiple assemblies of tests for an FSharp project, it is a pain to run each project of tests individually using the dotnet cli. I think it's valuable to use the dotnet watch tooling as well which doesn't work as nicely with multiple test projects either. This PR adds the ability to specify multiple assemblies from the test runner in the Main.fs file when calling runTestsInAssembly. That way all the results show up in one big list and we can use useful tooling like dotnet watch on a single project.

haf commented 2 years ago

Is this ready to merge?

benguenter commented 2 years ago

Is this ready to merge?

Sure is!