The most extensive tests we have are already not using RSpec for a long time and align with xUnit conventions. I think that now it is time to switch everything in the ecosystem to minitest - [ ] karafka - [x] karafka-core - https://github.com/karafka/karafka-core/pull/311 - https://github.com/karafka/karafka-core/pull/328 - [x] karafka-testing - https://github.com/karafka/karafka-testing/pull/355 - [x] waterdrop - https://github.com/karafka/waterdrop/pull/802 - [ ] karafka-rdkafka - [x] karafka-licenser - https://github.com/karafka/karafka-licenser/pull/91/ - [x] karafka-web - https://github.com/karafka/karafka-web/pull/982 - [ ] rdkafka-ruby - https://github.com/karafka/rdkafka-ruby/pull/829 - https://github.com/karafka/rdkafka-ruby/pull/824 - [x] wiki - [x] website Extras: - [ ] Make sure that all the linting and README are also aligned - [ ] Introduce tests label and retire specs label afterwards - [ ] Update documentation references in karafka wiki as well as all the in-repo docs - [ ] retire rspec locator from karafka-core - [ ] make sure all Karafke ecosystem README have the info about the migration to minitest
The most extensive tests we have are already not using RSpec for a long time and align with xUnit conventions.
I think that now it is time to switch everything in the ecosystem to minitest
Extras: