summaryrefslogtreecommitdiff
path: root/tests/compat.py
Commit message (Collapse)AuthorAge
* Update header years.Raphaël Barrois2015-03-26
|
* Add 'factory.debug' context manager.Raphaël Barrois2013-09-17
|
* Fix coverageRaphaël Barrois2013-06-15
|
* Add full Python 3 compatibility (Closes #10, #20, #49).nkryptic2013-03-15
| | | | | | | | 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>
* Let mock source be chosen by Python major version.Chris Lasher2013-03-04
| | | | | | | | | | | 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>
* Happy New Year!Raphaël Barrois2013-01-02
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* [py3] Disable 'scope bleeding' test on py3.Raphaël Barrois2012-11-15
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Make tests compatible with python2.6 + unittest2Raphaël Barrois2012-04-15
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>