-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid plugin misaactivation with random ansible_ prefixed fixtures
Fixes a bug where a randomly named fixture caused plugin activation even if the project would not make any use of pytest-ansible, causing a runtime error due to the assertion of missing arguments.
- Loading branch information
Showing
2 changed files
with
46 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,49 @@ | ||
Barroso | ||
Laska | ||
NOTESTSCOLLECTED | ||
Rominger | ||
TESTSFAILED | ||
USAGEERROR | ||
VIRSH | ||
addini | ||
addinivalue_line | ||
addoption | ||
argparsing | ||
autouse | ||
caplog | ||
cidrblock | ||
codecov | ||
errlines | ||
filterwarnings | ||
pathsep | ||
pytest | ||
setenv | ||
setuptools | ||
startpath | ||
metafunc | ||
testpaths | ||
udring | ||
webservers | ||
addoption | ||
Rominger | ||
Barroso | ||
Laska | ||
runas | ||
runtask | ||
pluginmanager | ||
modifyitems | ||
fixturedefs | ||
fixtureinfo | ||
fixturenames | ||
fspath | ||
funcargs | ||
getfixturevalue | ||
getplugin | ||
pytestmark | ||
autouse | ||
rootpath | ||
VIRSH | ||
pytester | ||
getgroup | ||
addini | ||
addinivalue_line | ||
getplugin | ||
lineinfile | ||
makepyfile | ||
metafunc | ||
modifyitems | ||
pandoc | ||
funcargs | ||
parseoutcomes | ||
pathsep | ||
pluginmanager | ||
pytest | ||
pytester | ||
pytestmark | ||
pytrace | ||
reportinfo | ||
fspath | ||
NOTESTSCOLLECTED | ||
TESTSFAILED | ||
USAGEERROR | ||
makepyfile | ||
runpytest_subprocess | ||
parseoutcomes | ||
rootpath | ||
runas | ||
runpytest | ||
errlines | ||
codecov | ||
runpytest_subprocess | ||
runtask | ||
setenv | ||
setuptools | ||
startpath | ||
testpaths | ||
udring | ||
webservers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters