ignore vscode
This commit is contained in:
parent
19c35db19b
commit
b2a56eb83a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.lock
|
||||
*.iml
|
||||
.idea/
|
||||
.vscode/
|
13
features/steps/demo.py
Normal file
13
features/steps/demo.py
Normal file
@ -0,0 +1,13 @@
|
||||
@given(u'A sentence')
|
||||
def step_impl(context):
|
||||
return True
|
||||
|
||||
|
||||
@when(u'The sentence is inspected')
|
||||
def step_impl(context):
|
||||
return True
|
||||
|
||||
|
||||
@then(u'The word "the" should be found')
|
||||
def step_impl(context):
|
||||
return True
|
Loading…
Reference in New Issue
Block a user