mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-24 01:08:07 +00:00
v4
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import pytest
|
||||
from aiomql.lib.account import Account
|
||||
|
||||
class TestAccount:
|
||||
|
||||
class TestAccount:
|
||||
@classmethod
|
||||
def setup_class(cls):
|
||||
cls.account = Account()
|
||||
|
||||
@pytest.fixture(scope='class', autouse=True)
|
||||
@pytest.fixture(scope="class", autouse=True)
|
||||
async def refresh(self):
|
||||
await self.account.refresh()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user