mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
fix bench test
This commit is contained in:
@@ -11,8 +11,8 @@ import pytest
|
|||||||
|
|
||||||
class TestEmpty:
|
class TestEmpty:
|
||||||
def test_prepare_setup_measurings(self, acfactory):
|
def test_prepare_setup_measurings(self, acfactory):
|
||||||
acfactory.get_many_online_accounts(5)
|
acfactory.get_online_accounts(5)
|
||||||
|
|
||||||
@pytest.mark.parametrize("num", range(0, 5))
|
@pytest.mark.parametrize("num", range(0, 5))
|
||||||
def test_setup_online_accounts(self, acfactory, num):
|
def test_setup_online_accounts(self, acfactory, num):
|
||||||
acfactory.get_many_online_accounts(num)
|
acfactory.get_online_accounts(num)
|
||||||
|
|||||||
Reference in New Issue
Block a user