| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-27 | Move some testfiles around | jvoisin | |
| The long-term goal is to use nose2 for testing | |||
| 2016-01-03 | Fix some typos found by intrigeri | jvoisin | |
| This should close https://labs.riseup.net/code/issues/10838 | |||
| 2015-12-30 | Fix some pep8-related issues | jvoisin | |
| 2015-12-30 | Hopefully make test suite work once copied out of the build tree | jvoisin | |
| This should fix https://labs.riseup.net/code/issues/10065 | |||
| 2015-12-20 | Improves the previous commit thanks to intrigeri | jvoisin | |
| I forgot to add `gi.require_version('Poppler', '0.18')` everywhere, and `gi.require_version('Gtk', '3.0')` in mat-gui too | |||
| 2015-12-09 | Add the same kind of test than in 80244ec | jvoisin | |
| Namely, file-format specific ones | |||
| 2015-12-08 | Add a PDF-specific test | jvoisin | |
| 2015-12-08 | Add tests for the help command | jvoisin | |
| 2015-12-03 | Add some file-attribute related tests | jvoisin | |
| 2015-11-27 | `--local` is now the default when running the testsuite | jvoisin | |
| 2015-11-27 | Add some missing docstrings | jvoisin | |
| 2015-11-26 | Improves the way tests are handled with `python setup.py test` | jvoisin | |
| 2015-11-25 | Import (lib|cli)test.py in the test module to ease its usage | jvoisin | |
| Thanks again to Raphaƫl Vinot | |||
| 2015-11-15 | Add a forgotten test-file | jvoisin | |
| 2015-11-15 | Add forgotten tests for the command-line | jvoisin | |
| Thanks to Rafiot for the heads up | |||
| 2015-11-15 | Fix tests borken by the absence of exiftool | jvoisin | |
| 2015-11-02 | Add support for TIFF file | jvoisin | |
| 2015-10-05 | Tests can now target system-wide or global MAT | jvoisin | |
| $ python test.py --local/--system | |||
| 2015-08-19 | Revert the ZIP_EPOCH date to 1980-01-01 00:00:00 | jvoisin | |
| This was a typo from my side, spotted by intrigeri. | |||
| 2015-08-18 | Improves the way MAT deals with ZipTimestamps | jvoisin | |
| It seems that using os.utime is TZ-dependent, so lets use a ZipInfo thing instead. | |||
| 2015-07-25 | _MASSIVE_ pep8 revamp | jvoisin | |
| Thank you so much PyCharm | |||
| 2014-06-08 | Rename the MAT folder to libmat. | jvoisin | |
| This commit fixes some issues for dump operating systems who doesn't handle capitalization. | |||
| 2014-02-03 | The testsuite now returns 1 on failure | jvoisin | |
| This address https://labs.riseup.net/code/issues/6617 | |||
| 2014-02-01 | Build some testfiles at runtime | jvoisin | |
| 2014-02-01 | Fix https://labs.riseup.net/code/issues/6416 | jvoisin | |
| 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-27 | Non-writtables test files are now chmod'ed to be properly removed. | jvoisin | |
| 2014-01-21 | Add a missing test | jvoisin | |
| 2014-01-18 | Fix https://labs.riseup.net/code/issues/6604 | jvoisin | |
| 2014-01-15 | Add support for zipfiles! | jvoisin | |
| 2014-01-10 | Add tar.gz files to the testsuite | jvoisin | |
| 2014-01-06 | Fix the testsuite | jvoisin | |
| 2014-01-06 | Nested archives are not supported by the GUI | jvoisin | |
| 2014-01-06 | Add a test got get_unsupported_archive | jvoisin | |
| 2014-01-02 | Fix a stupid test | jvoisin | |
| 2014-01-02 | Remove some outdated code in the testsuite | jvoisin | |
| 2014-01-02 | Add some archive-related tests | jvoisin | |
| 2013-10-30 | More pep8 conformance | jvoisin | |
| 2013-10-27 | Greatly improves torrent handling | jvoisin | |
| - 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-05 | mat is now able to check non-writables files | jvoisin | |
| This is an implementaion of this suggestion: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572 | |||
| 2013-08-11 | Remove an useless exiftool-related test | jvoisin | |
| 2013-07-20 | Simplification and refactoring of the testsuite | jvoisin | |
| 2013-07-20 | Minor refactorisation of test.py -> setUp function | jvoisin | |
| 2013-07-17 | Remove lastest FIXME from tests ! | jvoisin | |
| 2013-07-14 | Fiabilise secure_remove + associated tests | jvoisin | |
| 2013-04-30 | Add missing testfiles | jvoisin | |
| 2013-04-29 | Mat now correctly handle empty files | jvoisin | |
| This is necessary beccause hachoir crashes on empty files... | |||
| 2013-04-05 | Add audio fileformat to the testsuite | jvoisin | |
| 2013-04-05 | Remove (temporarily) now unsupported tar.gz files | jvoisin | |
| 2013-04-05 | Fix a security issue in the cli testsuite | jvoisin | |
| 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-05 | Pdf support is back | jvoisin | |
