included a main test in cyclic_contracts

master
Malar Kannan 2017-07-03 17:22:23 +05:30
parent 081b957b45
commit b2ebfddd8b
1 changed files with 1 additions and 1 deletions

View File

@ -71,4 +71,4 @@ class Transporter(object):
return rem_routes(self.contract_routes())
if __name__ == '__main__':
Transporter.from_file('./contracts.txt').contracts_required()
Transporter.from_file('./contracts_test.txt').contracts_required()