tests/test-check-interfaces.py
changeset 46660 0738bc25d6ac
parent 46176 300f6e23882a
child 46711 a41565bef69f
equal deleted inserted replaced
46659:8c4906105f37 46660:0738bc25d6ac
   111 
   111 
   112 class dummypipe(object):
   112 class dummypipe(object):
   113     def close(self):
   113     def close(self):
   114         pass
   114         pass
   115 
   115 
       
   116     @property
       
   117     def closed(self):
       
   118         pass
       
   119 
   116 
   120 
   117 def main():
   121 def main():
   118     ui = uimod.ui()
   122     ui = uimod.ui()
   119     # Needed so we can open a local repo with obsstore without a warning.
   123     # Needed so we can open a local repo with obsstore without a warning.
   120     ui.setconfig(b'experimental', b'evolution.createmarkers', True)
   124     ui.setconfig(b'experimental', b'evolution.createmarkers', True)