included a main test in cyclic_contracts
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user