Prevents pytest from collecting TestFrameProcessor.
This commit is contained in:
@@ -8,6 +8,8 @@ class TestException(Exception):
|
|||||||
|
|
||||||
|
|
||||||
class TestFrameProcessor(FrameProcessor):
|
class TestFrameProcessor(FrameProcessor):
|
||||||
|
__test__ = False # Prevents pytest from collecting this class as a test
|
||||||
|
|
||||||
def __init__(self, test_frames):
|
def __init__(self, test_frames):
|
||||||
self.test_frames = test_frames
|
self.test_frames = test_frames
|
||||||
self._list_counter = 0
|
self._list_counter = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user