1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Tests: Use absolute imports

This commit is contained in:
Unrud 2020-01-15 18:44:00 +01:00
parent 428e4be0b8
commit ed72e697de
7 changed files with 13 additions and 21 deletions

View file

@ -22,8 +22,7 @@ from configparser import RawConfigParser
import pytest
from radicale import config
from .helpers import configuration_to_dict
from radicale.tests.helpers import configuration_to_dict
class TestConfig: