Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

83 feature use dotnet test t to fetch fully qualified test names with parameters #88

Conversation

Issafalcon
Copy link
Owner

Closes #83

  • BREAKING CHANGES to the way the code functions
  • xUnit now uses dotnet test -t to create the test positions and map results
  • nUnit and MSTest refactored but still use the old mechanism of treesitter only

Adam Figgins and others added 19 commits February 3, 2024 17:49
- Should generate output file of test names that are easily parsable and
  compared to the test names from tree-sitter discovery
- Not yet functional, but moves a lot of functionality down into
  specific test framework services.
- Uses old treesitter method only
@Issafalcon Issafalcon added the enhancement New feature or request label Feb 22, 2024
@Issafalcon Issafalcon self-assigned this Feb 22, 2024
@Issafalcon Issafalcon merged commit 664b43f into main Feb 22, 2024
5 checks passed
@Issafalcon Issafalcon deleted the 83-feature-use-dotnet-test-t-to-fetch-fully-qualified-test-names-with-parameters branch February 22, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature - Use dotnet test -t to fetch fully qualified test names with parameters
1 participant