1
0
Fork 0

Silence a bit the testsuite

This commit is contained in:
jvoisin 2018-10-02 15:26:13 +02:00
parent a46a7eb6fa
commit 9578e4b4ee
1 changed files with 6 additions and 0 deletions

View File

@ -3,9 +3,15 @@
import unittest
import shutil
import os
import logging
from libmat2 import pdf, images, audio, office, parser_factory, torrent, harmless
# No need to logging messages, should something go wrong,
# the testsuite _will_ fail.
logger = logging.getLogger()
logger.setLevel(logging.FATAL)
class TestInexistentFiles(unittest.TestCase):
def test_ro(self):