pytest2/src/_pytest
Virgil Dupras 126896f69d Add option to disable plugin auto-loading
If `PYTEST_DISABLE_PLUGIN_AUTOLOAD` is set, disable auto-loading of
plugins through setuptools entrypoints. Only plugins that have been
explicitly specified are loaded.

ref #3784.
2018-08-07 13:16:28 -04:00
..
_code Merge pull request #3685 from nicoddemus/merge-master-into-features 2018-07-15 16:53:39 -03:00
assertion Fix `TypeError` when the assertion message is `bytes` in python 3. 2018-08-01 15:09:25 -07:00
config Add option to disable plugin auto-loading 2018-08-07 13:16:28 -04:00
mark Replace broken type annotations with type comments 2018-07-15 16:58:39 +03:00
__init__.py switch to src layout 2018-05-26 09:10:38 +02:00
_argcomplete.py switch to src layout 2018-05-26 09:10:38 +02:00
cacheprovider.py fix #3745 - display absolute cache_dir if necessary 2018-08-01 08:25:37 +02:00
capture.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
compat.py Refactor direct fixture call warning to avoid incompatibility with plugins 2018-08-01 16:38:43 -03:00
debugging.py Fix python 2 issues 2018-07-02 20:20:42 -07:00
deprecated.py Move warning definition to deprecated module 2018-07-30 14:25:29 -03:00
doctest.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
experiments.py regendoc and invocation fixes 2018-06-27 08:28:21 +02:00
fixtures.py Refactor direct fixture call warning to avoid incompatibility with plugins 2018-08-01 16:38:43 -03:00
freeze_support.py switch to src layout 2018-05-26 09:10:38 +02:00
helpconfig.py Add option to disable plugin auto-loading 2018-08-07 13:16:28 -04:00
hookspec.py Move warning definition to deprecated module 2018-07-30 14:25:29 -03:00
junitxml.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
logging.py Merge remote-tracking branch 'upstream/master' into features 2018-07-04 18:49:35 -03:00
main.py Only call _collectfile on package instances 2018-07-31 19:06:30 -03:00
monkeypatch.py Fix monkeypatch doc 2018-07-02 21:01:41 +08:00
nodes.py Fix truncated locals in verbose mode 2018-07-15 11:30:26 -03:00
nose.py switch to src layout 2018-05-26 09:10:38 +02:00
outcomes.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
pastebin.py switch to src layout 2018-05-26 09:10:38 +02:00
paths.py add missed file 2018-06-22 23:56:22 +02:00
pytester.py Remove Testdir.run_example as recommended 2018-07-26 20:10:40 -03:00
python.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-07-15 11:54:14 -03:00
python_api.py Merge pull request #3761 from nicoddemus/numpy-recursion-error 2018-08-01 23:40:30 -03:00
recwarn.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
reports.py fix rebase artifacts 2018-06-26 22:10:26 +02:00
resultlog.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
runner.py fix rebase artifacts 2018-06-26 22:10:26 +02:00
setuponly.py switch to src layout 2018-05-26 09:10:38 +02:00
setupplan.py switch to src layout 2018-05-26 09:10:38 +02:00
skipping.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
terminal.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
tmpdir.py switch to src layout 2018-05-26 09:10:38 +02:00
unittest.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
warnings.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00