Revision b1ed161d7cffd6ba7a0ebe661b3a84aa6d533d70 authored by Anjana Sofia Vakil on 05 August 2016, 12:51:34 UTC, committed by Andreas Tolfsen on 05 August 2016, 12:51:34 UTC
Function scope is the default for Pytest fixtures (http://doc.pytest.org/en/latest/builtin.html#_pytest.python.fixture), so the `scope='function'` parameter is unnecessary.
1 parent 59f2982
Raw File
.gitignore
*#
*.py[co]
*.sw[po]
*~
MANIFEST.json
\#*
_certs
config.json
node_modules
scratch
testharness_runner.html
webdriver/.idea
.vscode/
back to top