fix: Disable all logging in the tests

pull/347/head
Raphaël Vinot 2019-02-07 15:53:36 +01:00
parent c2e14993ee
commit b0fe78a9f8
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ import json
import time import time
from uuid import uuid4 from uuid import uuid4
import logging
logging.disable(logging.CRITICAL)
try: try:
from pymisp import ExpandedPyMISP, MISPEvent, MISPOrganisation, MISPUser, Distribution, ThreatLevel, Analysis, MISPObject from pymisp import ExpandedPyMISP, MISPEvent, MISPOrganisation, MISPUser, Distribution, ThreatLevel, Analysis, MISPObject
except ImportError: except ImportError: