mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Tests: Use absolute imports
This commit is contained in:
parent
428e4be0b8
commit
ed72e697de
7 changed files with 13 additions and 21 deletions
|
@ -32,9 +32,8 @@ from functools import partial
|
|||
import pytest
|
||||
|
||||
from radicale import Application, config, storage
|
||||
|
||||
from . import BaseTest
|
||||
from .helpers import get_file_content
|
||||
from radicale.tests import BaseTest
|
||||
from radicale.tests.helpers import get_file_content
|
||||
|
||||
|
||||
class BaseRequestsMixIn:
|
||||
|
@ -1632,7 +1631,7 @@ class TestMultiFileSystem(BaseFileSystemTest, BaseRequestsMixIn):
|
|||
|
||||
class TestCustomStorageSystem(BaseFileSystemTest):
|
||||
"""Test custom backend loading."""
|
||||
storage_type = "tests.custom.storage_simple_sync"
|
||||
storage_type = "radicale.tests.custom.storage_simple_sync"
|
||||
full_sync_token_support = False
|
||||
_report_sync_token = BaseRequestsMixIn._report_sync_token
|
||||
test_root = BaseRequestsMixIn.test_root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue