summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjvoisin2018-03-31 15:46:17 +0200
committerjvoisin2018-03-31 15:46:17 +0200
commitf391c9603c36a8ec80942c23ac6ba39fca5df72a (patch)
tree7fdc2053c01f103a675274ebd3e6abcffba4dfbe /tests
parent088c3d013ce4515920dea5e0becb98b36afa9a31 (diff)
Change a bit the source code organisation
Diffstat (limited to 'tests')
-rw-r--r--tests/test_libmat2.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py
index 27bb8d1..c21185e 100644
--- a/tests/test_libmat2.py
+++ b/tests/test_libmat2.py
@@ -4,8 +4,7 @@ import unittest
4import shutil 4import shutil
5import os 5import os
6 6
7from src import parsers 7from src import pdf, png, jpg, audio, office
8from src.parsers import pdf, png, jpg, audio
9 8
10class TestGetMeta(unittest.TestCase): 9class TestGetMeta(unittest.TestCase):
11 def test_pdf(self): 10 def test_pdf(self):