Skip to content

Migrate Core Tests Into Respective Test Files #1089

@stricklandrbls

Description

@stricklandrbls

The ./core/src/tests/omega_test.cpp file is quite large and would benefit from extracting test procedures into separate test files, respective to the associative source file within ./core/src/lib/.

For example:
TEST_CASE("Encoding", "[EncodingTest]") would be extracted out to a test source file relating to the functionality within ./core/src/lib/encode.c.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions