meziantou / Meziantou.Xunit.ParallelTestFramework

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

feat: eneble parallel testing on a custom collection #12

Closed HasanAouzoun closed 2 months ago

HasanAouzoun commented 3 months ago

Enable running tests in a single custom collection in parallel.

HasanAouzoun commented 3 months ago

I realize that this will brake current implementations where people run custom collections in sequence. I can edit the code to have that behavior set as default.

HasanAouzoun commented 2 months ago

@meziantou thanks for the suggestion. I've renamed as you requested.