summaryrefslogtreecommitdiff
path: root/test/libtest.py (unfollow)
AgeCommit message (Collapse)Author
2016-03-27Move some testfiles aroundjvoisin
The long-term goal is to use nose2 for testing
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-09Add the same kind of test than in 80244ecjvoisin
Namely, file-format specific ones
2015-12-03Add some file-attribute related testsjvoisin
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-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2014-02-01Build some testfiles at runtimejvoisin
2014-01-27Non-writtables test files are now chmod'ed to be properly removed.jvoisin
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-07-20Simplification and refactoring of the testsuitejvoisin
2013-07-17Remove lastest FIXME from tests !jvoisin
2013-07-14Fiabilise secure_remove + associated testsjvoisin
2013-04-29Mat now correctly handle empty filesjvoisin
This is necessary beccause hachoir crashes on empty files...
2012-12-25Partial fix of the testsuitejvoisin
2012-12-13Improve style and pylint's notejvoisin
2012-12-13Enhance the way test.py reports failed testsjvoisin
2012-12-13Reorganize source tree and files installation location, cleanup setup.py ↵jvoisin
(Closes: #689409)
2012-05-03Fix encoding issuesjvoisin
2012-02-09Remove a stupid testjvoisin
2012-02-01Rename mat-cli to mat-guijvoisin
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-13Oops, forgot a debug instructionjvoisin
A debug instruction was making a test fail : it's now fixed
2011-12-11Now testsuites have a return codejvoisin
2011-12-11Handle files with stupid rightsjvoisin
Now, files that are not readable, or writatble, or non-existent are correctly handled.
2011-10-26Bugfixjvoisin
2011-08-16setup.py now works !jvoisin
2011-07-26Fix a stupid typojvoisin
2011-07-26Bugfix, and more pylint conformityjvoisin
2011-07-21Add the possibility to add (or not) unsupported fileformat to outputed ↵jvoisin
archives fileformat (invasive patch, sorry about that).
2011-06-29typojvoisin
2011-06-21tests are all green now !jvoisin
2011-06-20Tests are now effectives (hopefully)jvoisin
2011-06-18Creation of the arborescencejvoisin
2011-06-18Deletion of the get_harmful_meta part (was useless)jvoisin
2011-06-15Fix a stupid typo, and add some commentsjvoisin
2011-06-10The current version is (mostly) workingjvoisin