Commit Graph

5 Commits (2a66ec2e5e794be7161004a4979481bf5bebf7ca)

Author SHA1 Message Date
Hugo c281d48507 Drop support for EOL Python 2.6 6 years ago
Adrien Vergé d422274563 style: Fix E722 errors reported by pycodestyle
Since a few days ago pycodestyle (formerly called pep8) has a new check:
E722 warning for bare except clauses.

Let's fix our code.
7 years ago
Adrien Vergé 1a961bd4b0 chore(tests): Also run tests on Python 2.6 8 years ago
Adrien Vergé 7d638d47b9 tests(cli): Refactor temp test workspace recreation
Make it simpler and re-usable.
8 years ago
Adrien Vergé 6b5948c06b Tests: Reorganize common and global tests 9 years ago