mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-23 08:48:05 +00:00
v4
This commit is contained in:
@@ -4,7 +4,7 @@ from aiomql.lib.terminal import Terminal
|
||||
|
||||
|
||||
class TestTerminal:
|
||||
@pytest.fixture(scope='class', autouse=True)
|
||||
@pytest.fixture(scope="class", autouse=True)
|
||||
async def init_terminal(self):
|
||||
terminal = Terminal()
|
||||
init = await terminal.initialize()
|
||||
|
||||
Reference in New Issue
Block a user