CppUTest-Test-Adapter
CppUTest-Test-Adapter copied to clipboard
A test adapter for Visual Studio Code for the C/C++ Unit Test framework CppUTest.
Hi, I installed CppUTest on vscode & also installed dependency Test UI Explorer  I do not understand how to get started. I have a .cpp file on which i...
VS Code version 1.88.1 cpputestadapter version 1.3.4 Widcards for unit tests executable extension used to work prior to last weeks release. With the recent update during the week of 4/17/24...
Hi, I'm using this extension in a single folder workspace and it's great! However I experimented with the new Multi-root Workspaces and found that the test are not listed correctly....
In particular paths `"cpputestTestAdapter.testExecutable"` and `"cpputestTestAdapter.testExecutablePath"` accept `workspaceFolder` but not `workspaceRoot`. I am not sure if `workspaceFolder` should be used instead of `workspaceRoot` for some reason, but this behavior is...
I do the releases manually currently but I always struggle with the release of new packages. I started a github action to automate it, but don't have that much time...
Hi there, Quite novice to CppUTest and this adapter, please bear with me - it just seems I'm missing something. I have the Test Executable and Test Executable Path configured...
We run our unit tests from CMake on Windows, the program we use as debug target comes from the cmake plugin (as recommended in [their documentation](https://vector-of-bool.github.io/docs/vscode-cmake-tools/debugging.html)): ```json "program": "${command:cmake.launchTargetPath}", ```...
Is there any way to compile the tests automatically before running them?
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Hi, I am trying to get this test runner working on Linux (WSL to be precise) and we use CMake. To do the build I do: cd {projectpath}\build\cpputests_tests cmake ../../...