neotest-dotnet icon indicating copy to clipboard operation
neotest-dotnet copied to clipboard

Neotest adapter for dotnet

Results 19 neotest-dotnet issues
Sort by recently updated
recently updated
newest added

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...

Using the VS Test Platform API (https://github.com/microsoft/vstest/blob/main/docs/RFCs/0007-Editors-API-Specification.md) to run test discovery and running tests will enable consolidation of code for each test runner currently in this adapter. Using a listener...

enhancement
help wanted

I would really like to use neotest for F#. I am willing to extend the code for F#. However I have trouble debugging the lua code: The multithreaded nature makes...

Update the README with a list of all the attributes used by the various frameworks. Add as initially unsupported, and convert each one into a new issue: - Acts as...

documentation

Test cases for: - Flat class file, non-parameterized tests - Nested classes, non-parameterized tests - Nested class in nested namespace, non-paramererized tests - Inline parameterized tests, flat class file -...

test-coverage

Hi there I always run my test through the testOutput panel. Is it possible to display the discovered tests with just their testnames rather than the full name ? I'd...

Hey :wave: ### Summary This PR is part of a push to get neovim plugins on [LuaRocks](https://luarocks.org/labels/neovim). See also: - [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim), a new luarocks-based plugin manager. - [this blog post](https://mrcjkb.github.io/posts/2023-01-10-luarocks-tag-release.html)....

If a test file contains file scoped namespace in a mstest project, tests are reported failing although they do pass. As it turns out at the "intermediate results" step the...

This issue is similar to https://github.com/Issafalcon/neotest-dotnet/issues/93. I have a solution with hundreds of test files. When I open any test file: 1. Running "nearest test" doesn't work initially 2. Opening...

I need help with setting neotest for full-stack development. Whenever I run below configuration: ``` { 'nvim-neotest/neotest', dependencies = { 'nvim-neotest/nvim-nio', 'nvim-lua/plenary.nvim', 'antoinemadec/FixCursorHold.nvim', 'nvim-treesitter/nvim-treesitter', 'Issafalcon/neotest-dotnet', 'nvim-neotest/neotest-jest', }, config = function()...