mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
parent
7e088d6b97
commit
124429c5ee
3 changed files with 126 additions and 92 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue