Author: Amaury Forgeot d'Arc <[email protected]>
Branch:
Changeset: r47836:383ca802ba07
Date: 2011-10-05 22:17 +0200
http://bitbucket.org/pypy/pypy/changeset/383ca802ba07/
Log: Have cpython's test_sys_settrace test something.
diff --git a/lib-python/modified-2.7/test/test_sys_settrace.py
b/lib-python/modified-2.7/test/test_sys_settrace.py
--- a/lib-python/modified-2.7/test/test_sys_settrace.py
+++ b/lib-python/modified-2.7/test/test_sys_settrace.py
@@ -286,11 +286,11 @@
self.compare_events(func.func_code.co_firstlineno,
tracer.events, func.events)
- def set_and_retrieve_none(self):
+ def test_set_and_retrieve_none(self):
sys.settrace(None)
assert sys.gettrace() is None
- def set_and_retrieve_func(self):
+ def test_set_and_retrieve_func(self):
def fn(*args):
pass
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit