@@ -413,6 +413,7 @@ def test_sort():
413413 test_type = test_type ,
414414 original_file_path = test_path ,
415415 benchmarking_file_path = test_path_perf ,
416+ original_source = code ,
416417 )
417418 ]
418419 )
@@ -608,6 +609,7 @@ def test_sort_parametrized(input, expected_output):
608609 test_type = test_type ,
609610 original_file_path = test_path ,
610611 benchmarking_file_path = test_path_perf ,
612+ original_source = code ,
611613 )
612614 ]
613615 )
@@ -847,6 +849,7 @@ def test_sort_parametrized_loop(input, expected_output):
847849 test_type = TestType .EXISTING_UNIT_TEST ,
848850 )
849851 ],
852+ original_source = code ,
850853 )
851854 ]
852855 )
@@ -1156,6 +1159,7 @@ def test_sort():
11561159 test_type = TestType .EXISTING_UNIT_TEST ,
11571160 )
11581161 ],
1162+ original_source = code ,
11591163 )
11601164 ]
11611165 )
@@ -1425,6 +1429,7 @@ def test_sort(self):
14251429 test_type = TestType .EXISTING_UNIT_TEST ,
14261430 )
14271431 ],
1432+ original_source = code ,
14281433 )
14291434 ]
14301435 )
@@ -1672,6 +1677,7 @@ def test_sort(self, input, expected_output):
16721677 test_type = TestType .EXISTING_UNIT_TEST ,
16731678 )
16741679 ],
1680+ original_source = code ,
16751681 )
16761682 ]
16771683 )
@@ -1923,6 +1929,7 @@ def test_sort(self):
19231929 test_type = TestType .EXISTING_UNIT_TEST ,
19241930 )
19251931 ],
1932+ original_source = code ,
19261933 )
19271934 ]
19281935 )
@@ -2172,6 +2179,7 @@ def test_sort(self, input, expected_output):
21722179 test_type = TestType .EXISTING_UNIT_TEST ,
21732180 )
21742181 ],
2182+ original_source = code ,
21752183 )
21762184 ]
21772185 )
0 commit comments