included a main test in cyclic_contracts
parent
081b957b45
commit
b2ebfddd8b
|
|
@ -71,4 +71,4 @@ class Transporter(object):
|
||||||
return rem_routes(self.contract_routes())
|
return rem_routes(self.contract_routes())
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
Transporter.from_file('./contracts.txt').contracts_required()
|
Transporter.from_file('./contracts_test.txt').contracts_required()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue