Issafalcon / neotest-dotnet

Neotest adapter for dotnet
MIT License
71 stars 26 forks source link

fix: fix test matching for nunit tests. #99

Closed cllafleur closed 4 months ago

cllafleur commented 4 months ago

It seems treesitter contains test name without namespace while trx file contains test name with the namespace of the class in the case of nunit. The existing matching expression seems to handle this case but the test is done with an "AND" on a full string compare.