Prevents pytest from collecting TestFrameProcessor.

This commit is contained in:
Filipi Fuchter
2025-03-05 14:11:52 -03:00
parent ebcde719a6
commit a840b0e815

View File

@@ -8,6 +8,8 @@ class TestException(Exception):
class TestFrameProcessor(FrameProcessor):
__test__ = False # Prevents pytest from collecting this class as a test
def __init__(self, test_frames):
self.test_frames = test_frames
self._list_counter = 0