5 lines
139 B
Python
5 lines
139 B
Python
def after_scenario(context, scenario):
|
|
if hasattr(context, 'server'):
|
|
context.server.terminate()
|
|
context.server.wait()
|