Commit 3484c09c authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Merge from 3.2

parents bbe7b0ad 3e961a5f
......@@ -283,11 +283,11 @@ class TraceTestCase(unittest.TestCase):
self.compare_events(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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment