summaryrefslogtreecommitdiff
path: root/tests/test_climat2.py (follow)
AgeCommit message (Collapse)Author
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