From 15bc57650c25d929734e0667e79a225688f0f174 Mon Sep 17 00:00:00 2001 From: GZhao Date: Wed, 8 May 2024 09:47:23 +0800 Subject: [PATCH] test_output make --- tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index 869a81e..f7d999a 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -8,7 +8,7 @@ cases = os.path.join(test_dir, 'testcases') output = os.path.join(test_dir, 'test_output') config['output'] = output from unittest.mock import patch - +os.mkdir(output) a = [] import io -- GitLab