1
0
Fork 0
mirror of synced 2025-07-03 03:47:20 +02:00

Change a bit the source code organisation

This commit is contained in:
jvoisin 2018-03-31 15:46:17 +02:00
parent 088c3d013c
commit f391c9603c
9 changed files with 8 additions and 7 deletions

View file

@ -4,8 +4,7 @@ import unittest
import shutil
import os
from src import parsers
from src.parsers import pdf, png, jpg, audio
from src import pdf, png, jpg, audio, office
class TestGetMeta(unittest.TestCase):
def test_pdf(self):