Author: Maciej Fijalkowski <[email protected]>
Branch: split-rpython
Changeset: r60078:5d4d9f975d2f
Date: 2013-01-15 11:28 +0200
http://bitbucket.org/pypy/pypy/changeset/5d4d9f975d2f/
Log: fix annotation tests
diff --git a/rpython/annotator/test/test_annrpython.py
b/rpython/annotator/test/test_annrpython.py
--- a/rpython/annotator/test/test_annrpython.py
+++ b/rpython/annotator/test/test_annrpython.py
@@ -3655,7 +3655,7 @@
cls = C
return cls().foo
a = self.RPythonAnnotator()
- raises(Exception, a.build_types, f, [int])
+ py.test.raises(Exception, a.build_types, f, [int])
def test_range_variable_step(self):
def g(n):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit