Implement feature list success.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def after_scenario(context, scenario):
|
||||
if hasattr(context, 'server'):
|
||||
context.server.terminate()
|
||||
context.server.wait()
|
||||
Reference in New Issue
Block a user