Make sure TestReports are not collected as test classes
This commit is contained in:
parent
7b9a414524
commit
d856f4e51f
|
@ -275,6 +275,8 @@ class TestReport(BaseReport):
|
||||||
they fail).
|
they fail).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__test__ = False
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
nodeid,
|
nodeid,
|
||||||
|
|
Loading…
Reference in New Issue