Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
alembic
/
testing
/
__pycache__
/
File Content:
runner.cpython-37.opt-1.pyc
B �M!VB � @ s, d Z ddlmZ ddlZdd� Zdd� ZdS ) a� Nose test runner module. This script is a front-end to "nosetests" which installs SQLAlchemy's testing plugin into the local environment. The script is intended to be used by third-party dialects and extensions that run within SQLAlchemy's testing framework. The runner can be invoked via:: python -m alembic.testing.runner The script is then essentially the same as the "nosetests" script, including all of the usual Nose options. The test environment requires that a setup.cfg is locally present including various required options. Note that when using this runner, Nose's "coverage" plugin will not be able to provide coverage for SQLAlchemy itself, since SQLAlchemy is imported into sys.modules before coverage is started. The special script sqla_nose.py is provided as a top-level script which loads the plugin in a special (somewhat hacky) way so that coverage against SQLAlchemy itself is possible. � )�NoseSQLAlchemy� Nc C s t jt� gd� d S )N)� addplugins)�nose�mainr � r r �G/opt/alt/python37/lib/python3.7/site-packages/alembic/testing/runner.pyr $ s r c C s t jt� gdgd� dS )z�Runner to use for the 'test_suite' entry of your setup.py. Prevents any name clash shenanigans from the command line argument "test" that the "setup.py test" command sends to nose. Zrunner)r �argvN)r r r r r r r � setup_py_test( s r )�__doc__Zplugin.nosepluginr r r r r r r r �<module> s
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
__init__.cpython-37.opt-1.pyc
505 bytes
0644
__init__.cpython-37.pyc
505 bytes
0644
assertions.cpython-37.opt-1.pyc
5743 bytes
0644
assertions.cpython-37.pyc
6382 bytes
0644
compat.cpython-37.opt-1.pyc
516 bytes
0644
compat.cpython-37.pyc
516 bytes
0644
config.cpython-37.opt-1.pyc
2352 bytes
0644
config.cpython-37.pyc
2426 bytes
0644
engines.cpython-37.opt-1.pyc
725 bytes
0644
engines.cpython-37.pyc
725 bytes
0644
env.cpython-37.opt-1.pyc
7441 bytes
0644
env.cpython-37.pyc
7477 bytes
0644
exclusions.cpython-37.opt-1.pyc
14337 bytes
0644
exclusions.cpython-37.pyc
14488 bytes
0644
fixtures.cpython-37.opt-1.pyc
4731 bytes
0644
fixtures.cpython-37.pyc
4861 bytes
0644
mock.cpython-37.opt-1.pyc
716 bytes
0644
mock.cpython-37.pyc
716 bytes
0644
provision.cpython-37.opt-1.pyc
5651 bytes
0644
provision.cpython-37.pyc
5651 bytes
0644
requirements.cpython-37.opt-1.pyc
5710 bytes
0644
requirements.cpython-37.pyc
5710 bytes
0644
runner.cpython-37.opt-1.pyc
1674 bytes
0644
runner.cpython-37.pyc
1674 bytes
0644
util.cpython-37.opt-1.pyc
630 bytes
0644
util.cpython-37.pyc
630 bytes
0644
warnings.cpython-37.opt-1.pyc
1207 bytes
0644
warnings.cpython-37.pyc
1257 bytes
0644
N4ST4R_ID | Naxtarrr