connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
83 stars 50 forks source link

Support test-unit #75

Open soutaro opened 3 years ago

soutaro commented 3 years ago

Hi! I want to support test-unit tests. I have added some tests to understand how it is working.

So, this is the outline of my plan:

  1. Add vscode:test-unit:list and vscode:test-unit:run rake tasks for test-unit tests, which works exactly like minitest version.
  2. Add debug_test-unit.rb file.
  3. Rename MinitestTests class to something like RakeBasedTests class, and add options to specify test framework name.

Any feedback is welcome.

connorshea commented 3 years ago

Sorry for not responding to this issue, I would be open to this change.