summaryrefslogtreecommitdiff
path: root/testing/test_config.py
AgeCommit message (Expand)Author
2018-12-12Merge pull request #4520 from blueyed/PYTEST_DISABLE_PLUGIN_AUTOLOAD-delDaniel Hahler
2018-12-10Merge master into featuresDaniel Hahler
2018-12-09Ensure that PYTEST_ADDOPTS are valid by themselvesDaniel Hahler
2018-12-09tests: fix tests that require PYTEST_DISABLE_PLUGIN_AUTOLOAD to be unsetDaniel Hahler
2018-11-29Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)')Anthony Sottile
2018-11-12Change RemovedInPytest4Warnings to errors by defaultBruno Oliveira
2018-11-09minor: typosDaniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-09-04Keep backward compatibility for code as kw in Node.warnBruno Oliveira
2018-09-04Make Node.warn support two forms, new and deprecatedBruno Oliveira
2018-09-04Deprecate Config.warn and Node.warn, replaced by standard warningsBruno Oliveira
2018-08-26Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-08-23Replace Source with dedent where possibleAnthony Sottile
2018-08-18Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-08-07Add option to disable plugin auto-loadingVirgil Dupras
2018-08-04Only consider actual functions when considering hooksBruno Oliveira
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-06-05fix imports in testsRonny Pfannschmidt
2018-05-23run blackRonny Pfannschmidt
2018-05-23run pyupgradeRonny Pfannschmidt
2018-02-27#3260 Added testfeuillemorte
2018-01-27Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2018-01-23Fix -o behavior to no longer swallow all remaining optionsBruno Oliveira
2018-01-23Ensure changes in the message in the future do not make the test pass by acci...Bruno Oliveira
2018-01-23cleanup test casesAron Coyle
2018-01-23Added basic fix and testAndrew Toolan
2018-01-09Replace py.std with stdlib importsAnthony Sottile
2017-11-28Improve test that blocks setuptools plugins from being loadedBruno Oliveira
2017-11-28removed commentsRoland Puntaier
2017-11-28added test for #2920 fixRoland Puntaier
2017-11-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-10-11Use a relative cache_dir in test because of how arguments are parsed on WindowsBruno Oliveira
2017-10-11add test for #2824Dirk Thomas
2017-10-10Remove code for unsupported Python versionshugovk
2017-08-05remove os.sep as it behaves differently linux and windows.Srinivas Reddy Thatiparthy
2017-07-17Fixed E401 flake8 errorsAndras Tim
2017-07-17Fixed E303 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E272 flake8 errorsAndras Tim
2017-07-17Fixed E251 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-07-17Fixed flake8 warningsAndras Tim
2017-03-20Clean up warnings generated by pytest's own suiteBruno Oliveira
2017-03-20Merge remote-tracking branch 'upstream/features' into integrate-pytest-warningsBruno Oliveira
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-03-16Improve warning representation in terminal plugin and fix testsBruno Oliveira
2017-03-16Merge remote-tracking branch 'upstream/features' into integrate-pytest-warningsBruno Oliveira
2017-03-16Fixed testsBruno Oliveira