Skip to content

[Discussion] Migration of testing framework from doctest to googletest #256

Open
@mcbarton

Description

@mcbarton

The following PR in CppInterOp compiler-research/CppInterOp#483 has shown GoogleTest to be a testing framework that works for both native and Emscripten builds (testing the Emscripten builds via node). Therefore switching from Doctest to GoogleTest would be beneficial, as it would allow for automated testing in both environments, and check that no changes to improve native builds, breaks the Emscripten build. It will also allow reviewers to check PRs more easily which claim to enable new features for xeus-cpp-lite, or whether a new feature being added for the native builds also works for the Emscripten build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions