MCPcopy Create free account
hub / github.com/ElementsProject/elements / run_test

Method run_test

test/functional/feature_asmap.py:114–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 os.remove(self.default_asmap)
113
114 def run_test(self):
115 self.node = self.nodes[0]
116 self.datadir = os.path.join(self.node.datadir, self.chain)
117 self.default_asmap = os.path.join(self.datadir, DEFAULT_ASMAP_FILENAME)
118 self.asmap_raw = os.path.join(os.path.dirname(os.path.realpath(__file__)), ASMAP)
119
120 self.test_without_asmap_arg()
121 self.test_asmap_with_absolute_path()
122 self.test_asmap_with_relative_path()
123 self.test_default_asmap()
124 self.test_asmap_interaction_with_addrman_containing_entries()
125 self.test_default_asmap_with_missing_file()
126 self.test_empty_asmap()
127
128
129if __name__ == '__main__':

Callers

nothing calls this directly

Tested by

no test coverage detected