MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / skip

Method skip

test/test.cpp:273–277  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

271
272///////////////////////////////////////////////////////////////////////////////
273void UnitTest::skip(const std::string& text) {
274 ++_counter;
275 ++_skipped;
276 std::cout << yellow("ok") << " " << _counter << " - " << text << " # skip" << '\n';
277}
278
279///////////////////////////////////////////////////////////////////////////////
280std::string UnitTest::red(const std::string& input) {

Callers 2

load_taskMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected