mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 21:23:07 +00:00
15 lines
356 B
Python
15 lines
356 B
Python
class TestDataIntegrity:
|
|
main_nodes = []
|
|
|
|
def test_da_identify_retrieve_missing_columns(self):
|
|
for node in self.main_nodes:
|
|
print(node)
|
|
|
|
def test_da_sampling_determines_data_presence(self):
|
|
for node in self.main_nodes:
|
|
print(node)
|
|
|
|
# Disperse data
|
|
# Get data from range
|
|
# Compare
|