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

[Feature] Support for Theories #47

Open LordMike opened 1 year ago

LordMike commented 1 year ago

Awesome project - we were wanting to do unit tests as we've been burned by changes to our text analysis a few times now. I see that the project is mostly internal and maintenance only, but I was hoping it'd be possible to have support for xunit theories.

Ideally, I'd like to run a bunch of queries against some index I'm making and ensure they all do what they should. To help the developer, I'd want to make these into theories such that we can quickly see which or how many queries are failing.

Thanks for making the project public though :)

stevejgordon commented 1 year ago

Thanks for the suggestion @LordMike. It's something I have considered but it hasn't been a priority.