Skip to content

Commit 9a3a3b9

Browse files
mkdir test_output_dir
1 parent 1ab29db commit 9a3a3b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def __init__(self, log):
1818
self.test_output_dir = os.path.abspath(
1919
os.path.join(os.path.dirname(__file__), "tests_output")
2020
)
21+
os.mkdir(self.test_output_dir)
2122
self.ws.send(
2223
json.dumps(
2324
{

0 commit comments

Comments
 (0)