diff options
| author | jvoisin | 2012-05-11 14:53:05 +0200 |
|---|---|---|
| committer | jvoisin | 2012-05-11 14:53:05 +0200 |
| commit | c9562087fdabdafec11a673ca86e7d43e4071d76 (patch) | |
| tree | 7a4e61fbc5696867b115e029285bf6260f8c109c /test | |
| parent | 836bd5d42e4ec4797c3a505aa0b3c5af2decdf97 (diff) | |
Informatives messages for missings libraries
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py index 630c157..f09e1c5 100644 --- a/test/test.py +++ b/test/test.py | |||
| @@ -28,6 +28,7 @@ FILE_LIST = zip(clean, dirty) | |||
| 28 | try: # PDF render processing | 28 | try: # PDF render processing |
| 29 | import poppler | 29 | import poppler |
| 30 | import cairo | 30 | import cairo |
| 31 | import pdfrw | ||
| 31 | except: | 32 | except: |
| 32 | FILE_LIST.remove(('clean é.pdf', 'dirty é.pdf')) | 33 | FILE_LIST.remove(('clean é.pdf', 'dirty é.pdf')) |
| 33 | 34 | ||
| @@ -37,7 +38,7 @@ except: | |||
| 37 | pass # since wr don't have any ogg for now | 38 | pass # since wr don't have any ogg for now |
| 38 | #FILE_LIST.remove(('clean.ogg', 'dirty.ogg')) | 39 | #FILE_LIST.remove(('clean.ogg', 'dirty.ogg')) |
| 39 | 40 | ||
| 40 | try: # file format managed by exiftool | 41 | try: # file format exclusively managed by exiftool |
| 41 | subprocess.Popen('exiftool', stdout=open('/dev/null')) | 42 | subprocess.Popen('exiftool', stdout=open('/dev/null')) |
| 42 | except: | 43 | except: |
| 43 | pass # None for now | 44 | pass # None for now |
