elastic / elasticsearch-net-abstractions

Auxiliary tooling for elastic/elasticsearch-net that does not benefit from the rigorous version branching of that repository
Apache License 2.0
25 stars 14 forks source link

Move to Nullean.Xunit.Partitions #63

Closed Mpdreamz closed 6 months ago

Mpdreamz commented 8 months ago

We've extracted the custom test runner bits to the more generic: https://www.nuget.org/packages/Nullean.Xunit.Partitions/

This PR takes a dependency on it so that Elastic.Xunit.Elasticsearch can simplify it's src/Elastic.Elasticsearch.Xunit/Sdk/TestAssemblyRunner.cs implementation and ceremony.

Breaking changes should be limited.

Mpdreamz commented 8 months ago

@flobernd tagging you since pulling this in would affect you the most: https://github.com/elastic/elasticsearch-net/blob/main/tests/Tests.Core/Tests.Core.csproj#L19