Fix the test suite

(mock transport class missing .close())
This commit is contained in:
mathieui 2015-07-31 18:26:30 +02:00 committed by Florent Le Coz
parent f9c7fa92ea
commit 7f21fdbe26

View file

@ -239,3 +239,7 @@ class TestTransport(object):
def abort(self, *args, **kwargs): def abort(self, *args, **kwargs):
return return
def close(self, *args, **kwargs):
return