summaryrefslogtreecommitdiff
path: root/test/test.py (follow)
AgeCommit message (Collapse)Author
2016-08-29Python3, now with less featuresjvoisin
I want to release a new version ASAP, so lets ditch some features for now.
2016-03-28First step toward python3jvoisin
2016-03-27Move some testfiles aroundjvoisin
The long-term goal is to use nose2 for testing
2016-01-03Fix some typos found by intrigerijvoisin
This should close https://labs.riseup.net/code/issues/10838
2015-12-30Fix some pep8-related issuesjvoisin
2015-12-30Hopefully make test suite work once copied out of the build treejvoisin
This should fix https://labs.riseup.net/code/issues/10065
2015-12-20Improves the previous commit thanks to intrigerijvoisin
I forgot to add `gi.require_version('Poppler', '0.18')` everywhere, and `gi.require_version('Gtk', '3.0')` in mat-gui too
2015-11-27`--local` is now the default when running the testsuitejvoisin
2015-11-26Improves the way tests are handled with `python setup.py test`jvoisin
2015-11-15Fix tests borken by the absence of exiftooljvoisin
2015-10-05Tests can now target system-wide or global MATjvoisin
$ python test.py --local/--system
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2014-02-03The testsuite now returns 1 on failurejvoisin
This address https://labs.riseup.net/code/issues/6617
2014-01-27Non-writtables test files are now chmod'ed to be properly removed.jvoisin
2013-10-30More pep8 conformancejvoisin
2013-08-11Remove an useless exiftool-related testjvoisin
2013-07-20Minor refactorisation of test.py -> setUp functionjvoisin
2013-04-05Add audio fileformat to the testsuitejvoisin
2013-04-05Pdf support is backjvoisin
2013-04-02Fix unit testsjvoisin
2013-01-20preliminary support of gtk3 (one test fails for PDF)jvoisin
2012-12-13Improve style and pylint's notejvoisin
2012-12-13Specify exceptions typesjvoisin
2012-12-13Enhance the way test.py reports failed testsjvoisin
2012-05-11Informatives messages for missings librariesjvoisin
2012-05-03Fix encoding issuesjvoisin
2012-05-01Fix a pdf-related bug in the testsuitejvoisin
2011-12-25A little more pep8 for the testsuitejvoisin
2011-12-25Improve modularity for testsuitejvoisin
The test.py file now launch all testsuites. All testsuites now have a main() function
2011-12-04"PDF" and not "pdf"jvoisin
2011-11-28Fix stupid mess with parenthesesjvoisin
2011-11-23Modular testjvoisin
2011-11-07Better modularityjvoisin
2011-10-30Exotic char for th testsuitejvoisin
2011-10-01Precisionjvoisin
2011-08-04Cleanupjvoisin
2011-08-03Correct a bug in the testsuite, and now, poppler + cairo are optional for ↵jvoisin
running the testsuite.
2011-07-30Documentation, and removal of unnecessary importsjvoisin
2011-07-26Bugfix, and more pylint conformityjvoisin
2011-07-24Now the test suite use tempfile (wasn't working at all since now, sorry ↵jvoisin
about that)
2011-07-21Small cosmetic changesjvoisin
2011-07-20Re-Organisation of the arborescencejvoisin
2011-06-30mkdtemp is deprecated, use mkstemp insteadjvoisin
2011-06-30Secure removal of the temp file used by the testing suitejvoisin
2011-06-20Tests are now effectives (hopefully)jvoisin
2011-06-18Creation of the arborescencejvoisin