meziantou / Meziantou.Xunit.ParallelTestFramework

Run xUnit test cases in parallel
MIT License
156 stars 6 forks source link

feat: Run classes in parallel if they are in a single collection #17

Closed pregress closed 3 weeks ago

pregress commented 1 month ago

Fix for #9 ; also updated readme with an example.

The default xunit behavior stays the same, unless you add the EnableParallelizationAttribute on the collection definition

pregress commented 1 month ago

@meziantou could you have a look & possibly merge and release this?

pregress commented 3 weeks ago

@meziantou Is it possible to have a look?

meziantou commented 3 weeks ago

Sorry for the delay. I missed the first notification :(

meziantou commented 3 weeks ago

There is a small build error (check the warnings locally), then I'll be able to merge it