We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce70321 commit dd63284Copy full SHA for dd63284
codeflash/models/models.py
@@ -497,6 +497,7 @@ def group_by_benchmarks(
497
benchmark_replay_test_dir.resolve()
498
/ f"test_{benchmark_key.module_path.replace('.', '_')}__replay_test_",
499
project_root,
500
+ traverse_up=True
501
)
502
for test_result in self.test_results:
503
if test_result.test_type == TestType.REPLAY_TEST:
0 commit comments