#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do #include #include #include #include #include #include #include "TestUtils.h" #include "config.h" TEST_CASE("Test Python Classifiers score", "[PyClassifiers]") { std::string version = { platform_project_version.begin(), platform_project_version.end() }; REQUIRE(version == "1.0.4"); }