def run_tests(self): from tox import cmdline args = self.tox_args if args: args = split(self.tox_args) errno = cmdline(args=args) exit(errno)