neotest-dotnet
neotest-dotnet copied to clipboard
Neotest adapter for dotnet
Hi! I am new to using Neovim, and I am trying to make this test plugin work. The plugin is able to detect all the tests with treesitter. However, when...
Hi, neotest-dotnet adapter is great, enjoying using it to run .net tests, only 1 issue I'm facing: "Using the [Test] attribute alongside [TestCase] attributes on the same method will cause...
When I set a breakpoint on the test and try to run it in the debugger, nothing happens, the indicator just blinks as if it is running, and after 450...
Updates to C# parser for treesitter requires updates to ts-queries for other frameworks. x-unit already completed in #100
This PR may close #116 Ive added some lua pattern methods to trim the names of methods in the list such that it is not as bloated. The image below...
# Problem When using `require"neotest".run.run(vim.fn.expand("%"))` all tests for the project was run. # Solution Do not try and run files directly but go further down the tree and look for...
I was running into issues where one of our larger projects that has a massive test file was causing tests to not be able to run. Looking into the logs,...
I recently stumbled upon neotest for dotnet and I love how it works. Cheers for that :D I did notice something strange: while running mstests in .net 8 for one...
This PR aims to add support for FSharp files using the fsharp tree sitter grammar. Will eventually close #82