summaryrefslogtreecommitdiff
path: root/tests/test_climat2.py (follow)
AgeCommit message (Collapse)Author
2018-09-01Logging cleanupdkg
2018-07-30Add a cli-related testjvoisin
2018-07-10Implement a check for dependencies in mat2jvoisin
Example use: ``` $ mat2 -c Dependencies required for MAT2 0.1.3: - Cairo: yes - Exiftool: yes - GdkPixbuf from PyGobject: yes - Mutagen: yes - Poppler from PyGobject: yes - PyGobject: yes ``` This should close #35
2018-07-09Remove a useless option that was never implemented anywayjvoisin
2018-06-04Add more typing and use mypy in the CIjvoisin
2018-05-21Rename mat2.py to mat2jvoisin
2018-05-18Rename some files to simplify packagingjvoisin
- the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py`
2018-05-16Some arguments are mutually exclusivesjvoisin
2018-05-14Add a `--version` optionjvoisin
2018-04-30Rework the way we're outputing filesjvoisin
2018-04-29MAT2's cli now uses meaningful return codesjvoisin
- Simplify the multiprocessing by using a Pool - Use some functional (♥) constructions to exit with a return code - Add some tests to prove that we're doing things that are working correctly
2018-04-16Add a cli-related testjvoisin
Since I didn't notice that it was broken until c5f51345029440ab80cfa1670d554a9d851d57c4, it's a good idea to have some tests for this ;)
2018-04-14Add lightweight processing for PDFjvoisin
2018-04-04Add some white lines to make the code more compliantjvoisin
2018-04-04Remove some unused importsjvoisin
2018-04-04Add a test for when main.py is called without any argsjvoisin
2018-04-04Improve get_meta in various waysjvoisin
- Normalize the case - Strip \00, \r, space and \n - Flatten metadata lists - Add tests for audio files
2018-04-04Add even more tests for the clijvoisin
2018-04-04Add a first test for the CLIjvoisin