- 02 Aug, 2008 1 commit
-
-
Bruno Gola authored
-
- 25 Apr, 2005 1 commit
-
-
Christian Tismer-Sperling authored
The problem was a py.path.local instance which I left in ApplevelInterpClassafter my latest cache changes. Modified genc to also ignore class attributes if they are defined in NOT_RPYTHON_ATTRIBUTES. This thing took me way too long to find out. Maybe an alternative tagging mechanism is needed: Not just enumerating attributesto be ignored, but maybe also by tagging things like py.path.local as NOT_RPYTHON, themselves?
-
- 10 Jan, 2005 1 commit
-
-
Samuele Pedroni authored
fiximport life for deciding whether to import py.test. Probably we should have a flag for the general case to choose between the short and the fully qual form, and maybe utestconvert itself should add the import py.test or from py.test import raises?
-
- 09 Jan, 2005 1 commit
-
-
Samuele Pedroni authored
will look at the others objspace/std/test tomorrow.
-
- 08 Jan, 2005 2 commits
-
-
Samuele Pedroni authored
tearDown - added more PyPy stuff to utestconvert: assertEqual_w --This line, and those below, will be ignored-- M tool/utestconvert.py M tool/fiximport.py
-
Samuele Pedroni authored
with PyPy additions and improved fiximport.
-
- 01 Jan, 2005 1 commit
-
-
Armin Rigo authored
This is the first PyPy-specific conversion done by utestconvert.py. It should be removed for when utestconvert.py is to become a general unittest->pytest converter.
-
- 10 Jul, 2004 1 commit
-
-
Laura Creighton authored
it stands will change assertRaises. comment out the 2 dictionary entries if you do not want this. But to pass its own unittests, it needs to have them uncommented ...
-
- 05 Jul, 2004 1 commit
-
-
Laura Creighton authored
factored out from utestconvert.py. test_utestconvert.py doesn't use unittest, but just uses asserts. test_utestconvert2.py is the same thing but uses unittest. By the way, you cannot get test_utestconvert.py by running utestconvert with input utestconvert2.py. The tests which are input to the tests, that need checking, get converted as well. :-)
-
- 12 Jun, 2004 1 commit
-
-
Armin Rigo authored
-