mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Give (currently not used, so global only) group a name
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Catch {
|
||||
|
||||
Totals totals;
|
||||
|
||||
context.testGroupStarting( "", 1, 1 ); // deprecated?
|
||||
context.testGroupStarting( "all tests", 1, 1 ); // deprecated?
|
||||
|
||||
TestSpec testSpec = m_config->testSpec();
|
||||
if( !testSpec.hasFilters() )
|
||||
@@ -60,7 +60,7 @@ namespace Catch {
|
||||
m_testsAlreadyRun.insert( *it );
|
||||
}
|
||||
}
|
||||
context.testGroupEnded( "", totals, 1, 1 );
|
||||
context.testGroupEnded( "all tests", totals, 1, 1 );
|
||||
return totals;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user