Missing step.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-20 11:10:40 +02:00
parent 226ac5b90a
commit be49120511
+6
View File
@@ -160,6 +160,12 @@ def step_impl(context, id):
def step_impl(context, id):
raise NotImplementedError('STEP: Given It has a route with id "xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx"')
@when('I insert the route')
def step_impl(context):
raise NotImplementedError('STEP: When I insert the route')
@when('I try to append with this JSON document')
def step_impl(context):
raise NotImplementedError('STEP: When I try to append with this JSON document')