def run_tests(self): # import here because outside the eggs aren't loaded import pytest errno = pytest.main(["-v"]) sys.exit(errno)