MCPcopy Create free account
hub / github.com/SOCI/soci / start_testing

Method start_testing

tests/oracle/test-oracle.cpp:1574–1583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1572 }
1573
1574 bool start_testing() override
1575 {
1576 if (!soci::getenv("ORACLE_HOME"))
1577 {
1578 fmt::println(stderr, "ORACLE_HOME environment variable must be defined for Oracle tests.");
1579 return false;
1580 }
1581
1582 return test_context_base::start_testing();
1583 }
1584
1585 std::string get_backend_name() const override
1586 {

Callers 1

mainFunction · 0.80

Calls 2

getenvFunction · 0.85
start_testingFunction · 0.85

Tested by

no test coverage detected