Commit 15bc5765 authored by GZhao's avatar GZhao
Browse files

test_output make

parent 5472125e
Pipeline #4363 failed with stage
in 0 seconds
...@@ -8,7 +8,7 @@ cases = os.path.join(test_dir, 'testcases') ...@@ -8,7 +8,7 @@ cases = os.path.join(test_dir, 'testcases')
output = os.path.join(test_dir, 'test_output') output = os.path.join(test_dir, 'test_output')
config['output'] = output config['output'] = output
from unittest.mock import patch from unittest.mock import patch
os.mkdir(output)
a = [] a = []
import io import io
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment