Adding all project files
This commit is contained in:
parent
6c9e127bdc
commit
cd4316ad0f
42289 changed files with 8009643 additions and 0 deletions
11
venv/Lib/site-packages/tornado/test/__main__.py
Normal file
11
venv/Lib/site-packages/tornado/test/__main__.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
"""Shim to allow python -m tornado.test.
|
||||
"""
|
||||
|
||||
from tornado.test.runtests import all, main
|
||||
|
||||
# tornado.testing.main autodiscovery relies on 'all' being present in
|
||||
# the main module, so import it here even though it is not used directly.
|
||||
# The following line prevents a pyflakes warning.
|
||||
all = all
|
||||
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue