summaryrefslogtreecommitdiff
path: root/test (follow)
AgeCommit message (Collapse)Author
2015-12-03Add some file-attribute related testsjvoisin
2015-11-27`--local` is now the default when running the testsuitejvoisin
2015-11-27Add some missing docstringsjvoisin
2015-11-26Improves the way tests are handled with `python setup.py test`jvoisin
2015-11-25Import (lib|cli)test.py in the test module to ease its usagejvoisin
Thanks again to Raphaƫl Vinot
2015-11-15Add a forgotten test-filejvoisin
2015-11-15Add forgotten tests for the command-linejvoisin
Thanks to Rafiot for the heads up
2015-11-15Fix tests borken by the absence of exiftooljvoisin
2015-11-02Add support for TIFF filejvoisin
2015-10-05Tests can now target system-wide or global MATjvoisin
$ python test.py --local/--system
2015-08-19Revert the ZIP_EPOCH date to 1980-01-01 00:00:00jvoisin
This was a typo from my side, spotted by intrigeri.
2015-08-18Improves the way MAT deals with ZipTimestampsjvoisin
It seems that using os.utime is TZ-dependent, so lets use a ZipInfo thing instead.
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2014-02-03The testsuite now returns 1 on failurejvoisin
This address https://labs.riseup.net/code/issues/6617
2014-02-01Build some testfiles at runtimejvoisin
2014-02-01Fix https://labs.riseup.net/code/issues/6416jvoisin
This commit fix the "Does not inform the user when files where lost while cleaning an archive" (for the CLI) bug, and adds a test for it.
2014-01-27Non-writtables test files are now chmod'ed to be properly removed.jvoisin
2014-01-21Add a missing testjvoisin
2014-01-18Fix https://labs.riseup.net/code/issues/6604jvoisin
2014-01-15Add support for zipfiles!jvoisin
2014-01-10Add tar.gz files to the testsuitejvoisin
2014-01-06Fix the testsuitejvoisin
2014-01-06Nested archives are not supported by the GUIjvoisin
2014-01-06Add a test got get_unsupported_archivejvoisin
2014-01-02Fix a stupid testjvoisin
2014-01-02Remove some outdated code in the testsuitejvoisin
2014-01-02Add some archive-related testsjvoisin
2013-10-30More pep8 conformancejvoisin
2013-10-27Greatly improves torrent handlingjvoisin
- Fields are now handled in a recursive way - Use a whitelist instead of a whitelist - Fields are now removed instead of being nullified - The code is more Pythonic
2013-10-05mat is now able to check non-writables filesjvoisin
This is an implementaion of this suggestion: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572
2013-08-11Remove an useless exiftool-related testjvoisin
2013-07-20Simplification and refactoring of the testsuitejvoisin
2013-07-20Minor refactorisation of test.py -> setUp functionjvoisin
2013-07-17Remove lastest FIXME from tests !jvoisin
2013-07-14Fiabilise secure_remove + associated testsjvoisin
2013-04-30Add missing testfilesjvoisin
2013-04-29Mat now correctly handle empty filesjvoisin
This is necessary beccause hachoir crashes on empty files...
2013-04-05Add audio fileformat to the testsuitejvoisin
2013-04-05Remove (temporarily) now unsupported tar.gz filesjvoisin
2013-04-05Fix a security issue in the cli testsuitejvoisin
I though I merged this long time ago. The cli testsuite didn't called the MAT on test_remove, resulting in a fail.
2013-04-05Pdf support is backjvoisin
2013-04-02Fix unit testsjvoisin
2013-03-26Merge branch 'master' into gtk3jvoisin
2013-03-06Add test files for mp3, ogg, and flacjvoisin
2013-01-20preliminary support of gtk3 (one test fails for PDF)jvoisin
2012-12-25Partial fix of the testsuitejvoisin
2012-12-13Improve style and pylint's notejvoisin
2012-12-13Specify exceptions typesjvoisin
2012-12-13Enhance the way test.py reports failed testsjvoisin