merge 3.4
This commit is contained in:
commit
12abc86903
|
@ -17,7 +17,7 @@ class TestHistoryManipulation (unittest.TestCase):
|
||||||
why the tests cover only a small subset of the interface.
|
why the tests cover only a small subset of the interface.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@unittest.skipIf(not hasattr(readline, 'clear_history'),
|
@unittest.skipUnless(hasattr(readline, "clear_history"),
|
||||||
"The history update test cannot be run because the "
|
"The history update test cannot be run because the "
|
||||||
"clear_history method is not available.")
|
"clear_history method is not available.")
|
||||||
def testHistoryUpdates(self):
|
def testHistoryUpdates(self):
|
||||||
|
|
Loading…
Reference in New Issue