Skip to content
Snippets Groups Projects
Dominic Klinger's avatar
868f789b

CUTE Test Extension README

Features

This extension implements CUTE tests into Visual Studio Codes and adds some interactions with them. With this extension handling is super easy and you get some diagnostics feedback.

user interface test assertion unregistered test warning unregistered suite warning template project

Requirements

On Windows:

  • MSYS2 with installed GCC, CMake and ClangD

On Linux:

  • GCC
  • CMake
  • ClangD

Extension Settings

Following extension configs are available:

  • cute.legacyCode.ignore: Show warnings if legacy syntax test declarations are found in the workspace. If set to true, there will be no more warnings about legacy code.
  • cute.testfinder.mode: Configure how the testsuites and testcases are discovered.

Release Notes

1.0.0

Initial release of CUTE Test extension