MCPcopy
hub / github.com/aio-libs/aiohttp / run

Method run

setup.py:70–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 user_options = []
69
70 def run(self):
71 import subprocess
72 import sys
73 errno = subprocess.call([sys.executable, '-m', 'pytest', 'tests'])
74 raise SystemExit(errno)
75
76
77tests_require = install_requires + ['pytest', 'gunicorn']

Callers 3

runMethod · 0.45
run_twistedFunction · 0.45
test_runFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_runFunction · 0.36