nomos-e2e-tests/tests/data_integrity/test_data_integrity.py

7 lines
141 B
Python
Raw Normal View History

2024-12-13 15:58:25 +08:00
class TestDataIntegrity:
main_nodes = []
def test_cluster_start(self):
for node in self.main_nodes:
print(node)