We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab29db commit 9a3a3b9Copy full SHA for 9a3a3b9
src/tests/conftest.py
@@ -18,6 +18,7 @@ def __init__(self, log):
18
self.test_output_dir = os.path.abspath(
19
os.path.join(os.path.dirname(__file__), "tests_output")
20
)
21
+ os.mkdir(self.test_output_dir)
22
self.ws.send(
23
json.dumps(
24
{
0 commit comments