mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 04:09:58 +00:00
test_storage: startService the server, as is now the standard practice
This commit is contained in:
parent
f934289d2d
commit
3c6471c717
@ -231,6 +231,7 @@ class Server(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.sparent = LoggingServiceParent()
|
||||
self.sparent.startService()
|
||||
self._lease_secret = itertools.count()
|
||||
def tearDown(self):
|
||||
return self.sparent.stopService()
|
||||
|
Loading…
x
Reference in New Issue
Block a user