summaryrefslogtreecommitdiff
path: root/src/_pytest/config
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-22Convert most of the collection code from py.path to pathlibRan Benita
2020-12-19config: let main() accept any os.PathLike instead of just py.path.localRan Benita
2020-12-15Some py.path.local -> pathlib.PathRan Benita
2020-12-12Some py.path.local -> pathlib.PathRan Benita
2020-12-05Merge pull request #8055 from bluetech/unraisableRan Benita
2020-11-21Add unraisableexception and threadexception pluginsRan Benita
2020-11-13pytester: split asserts to a separate plugin, don't rewrite pytester itselfRan Benita
2020-11-06Deprecate --strict (#7985)Bruno Oliveira
2020-10-17Fix typing related to iniconfigRan Benita
2020-10-07Update tests to cover explicit None and "string" as addini() typesKyle Altendorf
2020-10-07Parser.addini() can take and defaults to 'string'Kyle Altendorf
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03py36+: update the target version of black to py36Anthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-28findpaths: fix regression causing incorrect rootdir to be determinedRan Benita
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-09-19Smoke tests for assorted plugins (#7721)Sorin Sbarnea
2020-09-19Improve output for missing config keys (#7572)Florian Bruhin
2020-09-16Improve output for missing required plugins/unknown config keys (#7723)Sorin Sbarnea
2020-09-04Replace some usages of config.{rootdir,inifile} with config.{rootpath,inipath}Ran Benita
2020-09-04config: add Config.{rootpath,inipath}, turn Config.{rootdir,inifile} to prope...Ran Benita
2020-09-04config: small doc improvementsRan Benita
2020-09-04Integrate warnings filtering directly into Config (#7700)Bruno Oliveira
2020-08-19Remove resultlog pluginBruno Oliveira
2020-08-14Add ref to Python bugBruno Oliveira
2020-08-12get_dirs_from_args handles paths with invalid syntaxBruno Oliveira
2020-08-06Replace some usages of py.path.localRan Benita
2020-08-06config/findpaths: convert from py.path.local to pathlibRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-31typing: set no_implicit_reexportRan Benita
2020-07-07Point to stable docs instead of latestBruno Oliveira
2020-06-28change stacklevel in warnings from 2 to 3Gleb Nikonorov
2020-06-27change if else structure of _warn_bout_missing_assertionGleb Nikonorov
2020-06-27Merge remote-tracking branch 'origin' into issue_7295Gleb Nikonorov
2020-06-26Fix-6906: Added code-highlight option to disable highlighting optionallygdhameeja
2020-06-23Merge remote-tracking branch 'origin/master' into issue_7295Gleb Nikonorov
2020-06-23config: make _get_plugin_specs_as_list a little clearer and more generalRan Benita
2020-06-22config: improve typingRan Benita
2020-06-20replace stderr warnings with the warnings moduleGleb Nikonorov
2020-06-19Fix exception causes all over the codebaseRam Rachum
2020-06-18Don't treat ini keys defined in conftest.py as invalid (#7384)Gleb Nikonorov
2020-06-15Merge pull request #7366 from gnikonorov/issue_7346Ronny Pfannschmidt
2020-06-14Merge pull request #7351 from cool-RR/2020-06-11-raise-fromRan Benita
2020-06-13Add more tests and docsGleb Nikonorov
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira