def run_tests(self): """Actually Run Tests.""" # import here, cause outside the eggs aren't loaded import tox errcode = tox.cmdline(self.test_args) sys.exit(errcode)