Free open source Visual Studio Test Adapter VSIX to search, list, run and debug C++ doctest unit tests. Implemented using the Microsoft Test Adapter framework vstest.
| main branch | dev branch |
|---|---|
- Visual Studio Test Adapter to run and debug C++ doctest unit tests.
- Custom settings for test discovery and execution.
- Exe and DLL support.
| IDE | Test Discovery | Test Execution | Test Debug |
|---|---|---|---|
| Visual Studio Community 2022 | ✅ | ✅ | ✅ |
| Visual Studio Professional 2022 | ✅ | ✅ | ✅ |
| Visual Studio Enterprise 2022 | ✅ | ✅ | ✅ |
Visit the wiki for more information.
This repository has unit tests in the DoctestTestAdapter.Tests and DoctestTestAdapter.Tests.Godot projects so developers can quickly test their own code changes locally and make sure everything passes before making any commits.
There is also continuous integration setup for both main and dev branches as well as pull requests to help ensure stability throughout development.
🗣️ Feel free to head over to the discussions to ask questions and share ideas here.
🐛 If you notice a bug please report it using this form here.
💡 For suggesting improvements please fill out this form here.
🔎 You can create pull requests for bug fixes or new features for review.
Test Adapter for Doctest is licensed under the MIT License.
