Merge master into features

This commit is contained in:
Daniel Hahler
2019-05-28 01:46:16 +02:00
188 changed files with 415 additions and 106 deletions
+10
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
@@ -1073,6 +1074,15 @@ def pytestconfig(request):
return request.config
def pytest_addoption(parser):
parser.addini(
"usefixtures",
type="args",
default=[],
help="list of default fixtures to be used with this project",
)
class FixtureManager(object):
"""
pytest fixtures definitions and information is stored and managed