status-desktop/test/e2e/tests/__init__.py

11 lines
145 B
Python
Raw Permalink Normal View History

2024-08-13 10:31:45 +00:00
class TestData:
def __init__(self):
self.test_name = None
self.steps = []
self.error = []
test_data = TestData()