#1794 - created multiple test classes

Refactor
This commit is contained in:
Petr Kalis 2021-09-03 18:13:06 +02:00
parent 7e088d6b97
commit 124429c5ee
3 changed files with 126 additions and 92 deletions

View file

@ -13,11 +13,13 @@
"""
import pytest
from tests.lib.testing_wrapper import TestCase
from tests.lib.testing_classes import ModuleUnitTest
from bson.objectid import ObjectId
class TestSiteOperation(TestCase):
class TestSiteOperation(ModuleUnitTest):
REPRESENTATION_ID = "60e578d0c987036c6a7b741d"
@pytest.fixture(scope="module")
def setup_sync_server_module(self, dbcon):