summaryrefslogtreecommitdiff
path: root/tests/compat.py
Commit message (Expand)AuthorAge
* Add full Python 3 compatibility (Closes #10, #20, #49).•••Also: - update travis.yml to build against 2.6-2.7 and 3.2-3.3 - Switch to relative imports Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> nkryptic2013-03-15
* Let mock source be chosen by Python major version.•••This should provide better Python 3 compatibility, since mock is in the Python 3 standard library as unittest.mock. Conflicts: tests/test_declarations.py Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Chris Lasher2013-03-04
* Happy New Year!•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-01-02
* [py3] Disable 'scope bleeding' test on py3.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* Make tests compatible with python2.6 + unittest2•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15