summaryrefslogtreecommitdiff
path: root/testing/test_config.py
AgeCommit message (Expand)Author
2019-12-04Fix assertion rewriting module detection for egg distsBruno Oliveira
2019-11-15Import Path from _pytest.pathlib for py35Daniel Hahler
2019-10-23pytester: runpytest_inprocess: use splitlines()Daniel Hahler
2019-10-19Make InvocationParams.args a tupleBruno Oliveira
2019-08-17Inject width via pylib to argparse formatterDaniel Hahler
2019-08-02Merge master into featuresDaniel Hahler
2019-07-23Fix lintingBruno Oliveira
2019-07-23Improve output when parsing an ini configuration failsFlorian Bruhin
2019-07-23Replace internal config._origargs with invocation_params.argsDaniel Hahler
2019-07-10Introduce Config.invocation_params (#5564)Bruno Oliveira
2019-07-09Remove deprecated features (#5529)Bruno Oliveira
2019-07-06Add note about PYTEST_ADDOPTSBruno Oliveira
2019-07-06Apply review suggestions: use a simple struct for invocation paramsBruno Oliveira
2019-07-05Introduce Config.invocation_args and Config.invocation_pluginsBruno Oliveira
2019-07-04Replace importlib_metadata with importlib.metadata on Python 3.8+Miro HronĨok
2019-06-30Move setup.cfg error message and tests to an appropriate locationBruno Oliveira
2019-06-30Move code about 'pytest_plugins' error to a more appropriate placeBruno Oliveira
2019-06-27Fix crash when discovery fails while using `-p no:terminal`Anthony Sottile
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-04Add test for packages with broken metadataBruno Oliveira
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-28Merge master into featuresDaniel Hahler
2019-05-27Switch to importlib-metadataAnthony Sottile
2019-05-23Fix invalid Python file encoding "utf8" (#5252)Bruno Oliveira
2019-05-17Allow disabling of python pluginDaniel Hahler
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-04-27Terminal plugin is not semi-essential anymoreDaniel Hahler
2019-04-27Merge master into featuresDaniel Hahler
2019-04-17Eliminate core dependency on 'terminal' pluginIlya Konstantinov
2019-04-11Merge masterDaniel Hahler
2019-04-05Add _sys_snapshot fixture and use it with more testsDaniel Hahler
2019-04-02Split out list of essential pluginsDaniel Hahler
2019-03-29Merge pull request #5011 from blueyed/merge-master-into-featuresDaniel Hahler
2019-03-29Merge master into featuresDaniel Hahler
2019-03-29setup.cfg: use existing [tool:pytest] (ignoring [pytest])Daniel Hahler
2019-03-28tests: ensure cleanup with configs via get_config()Daniel Hahler
2019-03-23tests: fnmatch_lines: use listDaniel Hahler
2019-03-21Fix some issues related to "-p no:X" with default_pluginsDaniel Hahler
2019-03-20terminal: handle "capture" option not being availableDaniel Hahler
2019-03-20config: handle `-p no:plugin` with default pluginsDaniel Hahler
2019-03-02Do not show "inifile:" string if there's no configuration fileBruno Oliveira
2019-02-24-p option now can be used to early-load plugins by entry-point nameBruno Oliveira
2019-02-22Fix test failures after pluggy 1.8 releaseBruno Oliveira
2019-02-11Display --help/--version with ArgumentErrorsDaniel Hahler
2018-12-17Merge branch 'features' into remove-legacy-warnBruno Oliveira
2018-12-14Merge master into featuresDaniel Hahler
2018-12-14Remove config.warn, Node.warn; pytest_logwarning issues a warning when implem...Bruno Oliveira