mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Fixes common test imports
This commit is contained in:
@@ -6,7 +6,7 @@ from pytest import fixture
|
|||||||
from common.appointment import Appointment
|
from common.appointment import Appointment
|
||||||
from common.encrypted_blob import EncryptedBlob
|
from common.encrypted_blob import EncryptedBlob
|
||||||
|
|
||||||
from test.pisa.unit.conftest import get_random_value_hex
|
from test.common.unit.conftest import get_random_value_hex
|
||||||
|
|
||||||
from common.constants import LOCATOR_LEN_BYTES
|
from common.constants import LOCATOR_LEN_BYTES
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
from binascii import unhexlify
|
from binascii import unhexlify
|
||||||
|
|
||||||
from common.blob import Blob
|
from common.blob import Blob
|
||||||
from test.pisa.unit.conftest import get_random_value_hex
|
from test.common.unit.conftest import get_random_value_hex
|
||||||
|
|
||||||
|
|
||||||
def test_init_blob():
|
def test_init_blob():
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
from common.encrypted_blob import EncryptedBlob
|
from common.encrypted_blob import EncryptedBlob
|
||||||
from test.pisa.unit.conftest import get_random_value_hex
|
from test.common.unit.conftest import get_random_value_hex
|
||||||
|
|
||||||
|
|
||||||
def test_init_encrypted_blob():
|
def test_init_encrypted_blob():
|
||||||
|
|||||||
Reference in New Issue
Block a user