Skip to content
Snippets Groups Projects
Commit 9578e4b4 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Silence a bit the testsuite

parent a46a7eb6
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment