File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1111
1212Neotest adapter for dotnet
1313
14- - Integrates with the VSTest runner to support all testing frameworks.
14+ - Based on the VSTest for dotnet allowing test functionality similar to those found in IDEs like Rider and Visual Studio.
15+ - Supports all testing frameworks.
1516- DAP strategy for attaching debug adapter to test execution.
16- - Supports both C# and F# projects.
17- - Fine-grained test discovery and execution allowing running individual parameterized tests.
17+ - Supports ` C# ` and ` F# ` .
18+ - Can run tests on many groupings including:
19+ - All tests
20+ - Test projects
21+ - Test files
22+ - Test all methods in class
23+ - Test individual cases of parameterized tests
1824
1925## Pre-requisites
2026
2127neotest-vstest requires makes a number of assumptions about your environment:
2228
23291 . The ` dotnet sdk ` , and the ` dotnet ` cli executable in the users runtime path.
24302 . (For Debugging) ` netcoredbg ` is installed and ` nvim-dap ` plugin has been configured for ` netcoredbg ` (see debug config for more details)
25- 3 . Requires treesitter parser for either ` C# ` or ` F# `
31+ 3 . (recommended) treesitter parser for either ` C# ` or ` F# ` allowing run test in file functionality.
26324 . ` neovim v0.10.0 ` or later
2733
2834## Installation
You can’t perform that action at this time.
0 commit comments