Default to randomized test case order

This commit is contained in:
Martin Hořeňovský
2025-04-29 17:00:09 +02:00
parent b9c018b38a
commit a483b6d7d3
2 changed files with 7 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ namespace Catch {
WarnAbout::What warnings = WarnAbout::Nothing;
ShowDurations showDurations = ShowDurations::DefaultForReporter;
double minDuration = -1;
TestRunOrder runOrder = TestRunOrder::Declared;
TestRunOrder runOrder = TestRunOrder::Randomized;
ColourMode defaultColourMode = ColourMode::PlatformDefault;
WaitForKeypress::When waitForKeypress = WaitForKeypress::Never;