summaryrefslogtreecommitdiff
path: root/testing/test_pluginmanager.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-15tests: Migrate to pytester - incremental update (#8145)Anton
2020-12-12Some py.path.local -> pathlib.PathRan Benita
2020-10-05py36+: com2annAnthony Sottile
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-07Point to stable docs instead of latestBruno Oliveira
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-01-24Merge master into featuresDaniel Hahler
2020-01-23tests: remove unnecessary `-rw` optionDaniel Hahler
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2019-11-23deprecate direct node construction and introduce Node.from_parentRonny Pfannschmidt
2019-10-30Making it possible to access the pluginmanager in the pytest_addoption hookJoshua Storck
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-03Clean up __future__ and coding: in testsAnthony Sottile
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-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-14Normalize all source encoding declarationsBruno Oliveira
2019-04-02Split out list of essential pluginsDaniel Hahler
2019-03-29Merge master into featuresDaniel Hahler
2019-03-28tests: ensure cleanup with configs via get_config()Daniel Hahler
2019-03-22Revisit test_importplugin_error_messageDaniel Hahler
2019-03-21config: fix consider_preparse with missing argument to -pDaniel Hahler
2019-03-16Handle `-p plug` after `-p no:plug`.Daniel Hahler
2018-12-14Remove config.warn, Node.warn; pytest_logwarning issues a warning when implem...Bruno Oliveira
2018-12-11Handle missing space with -pDaniel Hahler
2018-11-29Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)')Anthony Sottile
2018-11-19remove pytest namespace hookRonny Pfannschmidt
2018-11-07Fix lintingBruno Oliveira
2018-11-05Add test to branchFabien ZARIFIAN
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-08-25Remove dangerous sys.path manipulations in test_pluginmanagerBruno Oliveira
2018-07-30Fix test and update warning in pytest_namespace docsBruno Oliveira
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-23run blackRonny Pfannschmidt
2018-01-09Replace py.std with stdlib importsAnthony Sottile
2017-11-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-09-19updating import plugin error test in order to make sure it also checks that t...Ofir
2017-09-01Remove __multicall__ warning and usages in testingBruno Oliveira
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-07-17Fixed E126 flake8 errorsAndras Tim
2017-03-20Merge remote-tracking branch 'upstream/features' into integrate-pytest-warningsBruno Oliveira
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira