Merge "Fix super cleanUp for fullstack ProcessFixture"
This commit is contained in:
commit
76d873a452
@ -59,7 +59,7 @@ class ProcessFixture(fixtures.Fixture):
|
|||||||
|
|
||||||
def cleanUp(self, *args, **kwargs):
|
def cleanUp(self, *args, **kwargs):
|
||||||
self.stop()
|
self.stop()
|
||||||
super(ProcessFixture, self, *args, **kwargs)
|
super(ProcessFixture, self).cleanUp(*args, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
class EnvironmentFixture(fixtures.Fixture):
|
class EnvironmentFixture(fixtures.Fixture):
|
||||||
|
Loading…
Reference in New Issue
Block a user