def test_dispatcher_txs(self): args = TestArgs() args.proxy = "http://localhost:7950" args.pem = "./../../../file.pem" queue = TransactionQueue() queue.dispatch_transactions(args) self.assertFalse(False)
def dispatch_transactions(args): queue = TransactionQueue() queue.dispatch_transactions(args)