Benjamin Peterson
|
c95504e738
|
use py.builtin.builtins instead of import test
--HG--
branch : trunk
|
2009-08-29 15:18:21 -05:00 |
Benjamin Peterson
|
0f7a9e2da2
|
fix the rest of py/code tests on python 3
--HG--
branch : trunk
|
2009-08-29 09:37:56 -05:00 |
Benjamin Peterson
|
e596d9df13
|
move the old assertion reinterpreting implementation to _assertionold.py
Also, seperate out some common code from the two.
--HG--
branch : trunk
|
2009-08-28 20:13:49 -05:00 |
holger krekel
|
783e6aeb4d
|
temporary checking towards 3.1 compatibility
introduced some helpers to py.builtin namespace which need some review
after things begin to work more nicely
--HG--
branch : trunk
|
2009-08-28 19:16:15 +02:00 |
holger krekel
|
13932b7f4b
|
* deprecate py.magic.invoke/revoke in favour of
the new py.code.patch_builtins, py.code.unpatch_builtins
* deprecate py.magic.patch/revert
* deprecate py.magic.AssertionError in favour of py.code._AssertionError
* introduced pytest_assertion plugin.
--HG--
branch : trunk
|
2009-08-27 17:26:02 +02:00 |