mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Updates tests to dissable logging based on 17e6066
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import json
|
||||
from pytest import fixture
|
||||
|
||||
from pisa import c_logger
|
||||
from pisa.appointment import Appointment
|
||||
from pisa.encrypted_blob import EncryptedBlob
|
||||
from test.unit.conftest import get_random_value_hex
|
||||
|
||||
|
||||
c_logger.disabled = True
|
||||
|
||||
# Not much to test here, adding it for completeness
|
||||
|
||||
@fixture
|
||||
|
||||
Reference in New Issue
Block a user