mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Updates tests to dissable logging based on 17e6066
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from binascii import unhexlify
|
||||
|
||||
from pisa import logging
|
||||
from pisa import c_logger
|
||||
from apps.cli.blob import Blob
|
||||
from test.unit.conftest import get_random_value_hex
|
||||
from pisa.conf import SUPPORTED_CIPHERS, SUPPORTED_HASH_FUNCTIONS
|
||||
|
||||
logging.getLogger().disabled = True
|
||||
c_logger.disabled = True
|
||||
|
||||
|
||||
def test_init_blob():
|
||||
|
||||
Reference in New Issue
Block a user