We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d9497 commit 4c4ac47Copy full SHA for 4c4ac47
1 file changed
tests/unit_tests/preprocess_test.py
@@ -30,7 +30,10 @@ def test_preprocess_with_github(self):
30
asyncio.run(self.preprocessor.preprocess())
31
32
def test_preprocess_crop_false(self):
33
- asyncio.run(self.preprocessor.preprocess_xml_file_list(self.xml_files, self.in_path, self.out_path))
+ asyncio.run(self.preprocessor.preprocess_xml_file_list(self.xml_files,
34
+ self.in_path,
35
+ self.out_path,
36
+ stop_on_fail=False))
37
38
def test_preprocess_crop_true(self):
39
asyncio.run(self.preprocessor.preprocess_xml_file_list(self.xml_files,
0 commit comments