nomos-e2e-tests/tests/data_integrity/test_data_integrity.py
2024-12-13 15:58:25 +08:00

7 lines
141 B
Python

class TestDataIntegrity:
main_nodes = []
def test_cluster_start(self):
for node in self.main_nodes:
print(node)