-
### Describe the Issue
I have a solution containing 6 test projects using SpecFlow and NUnit. Everything is using .Net 8. When I build I get the following logs once per Project:
`2023-11-30 08:49…
-
not able to run
-
**Describe the bug**
Things were going awesome as I was step debugging through some tests using the inline test debugging option. Then it started to get slower and slower, until it locked up. Then …
-
# My project
A pnpm workspace monorepo, 16 packages & 1000+ files.
ls-lint v2.2.3
go go1.22.1 X:nocoverageredesign
# Slow way
Use ignore "**/node_modules" in `.ls-lint.yml`
```yaml
ls:
.…
-
Type: Bug
## Issue Description ##
I've started having an issue in one particular solution in a set of folders. When I try to debug a unit test so that I can step through the code, I get a message…
-
Currently, extension settings override those which would be picked up in a `pyproject.toml`/`ruff.toml`.
This was highlighted in #3:
> Yeah, that's correct -- the `pyproject.toml` in the project p…
-
In my pytest plugin, I generate a lot of tests on the same test function / same class / same module. Using pytest hook pytest_generate_tests
In order to be able to to run just a subset of my tests I …
-
When the user presses ctrl+k, an input box should appear inline with the code that they were selecting. This is somewhat difficult to do because the vscode extension API alone doesn't support it - it …
-
When in a file `wrong_test_file_extension.ex` and trying to jumpo to `wrong_test_file_extension_test.exs`, it tries to jump somewhere it can't find (probably `wrong_file_extension_test.exs` ).
It i…
-
I'm trying to use the kani vscode extension to verify contracts and proofs in the [verify-rust-std](https://github.com/model-checking/verify-rust-std) repository. Does the extension work with this typ…