Merge branch 'chapter-9'
This commit is contained in:
commit
d594a82b72
|
@ -106,4 +106,6 @@ venv.bak/
|
|||
# IDEs
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# VS Code files
|
||||
.vscode
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
{
|
||||
}
|
10
pytest.ini
10
pytest.ini
|
@ -1,10 +1,10 @@
|
|||
[pytest]
|
||||
junit_family = xunit2
|
||||
markers =
|
||||
cucumber-basket
|
||||
add
|
||||
remove
|
||||
web
|
||||
service
|
||||
cucumber-basket
|
||||
duckduckgo
|
||||
testpaths = tests
|
||||
remove
|
||||
service
|
||||
web
|
||||
testpaths = tests
|
||||
|
|
Loading…
Reference in New Issue