summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-12Merge pull request #7745 from asottile/exec_globals_type_problemBruno Oliveira
2020-09-11Fix INTERNALERROR when accessing locals / globals with faulty `exec`Anthony Sottile
2020-09-11Use ParameterSet to extract argnames from parametrize markBruno Oliveira
2020-09-11Allow ovewriting a parametrized fixture while reusing the parent fixture's valueBruno Oliveira
2020-09-06doc: fix broken cross referencesRan Benita
2020-09-05Make min duration configurable for slowest tests (#7667)Sorin Sbarnea
2020-09-04doc: prefer to reference by public name when possibleRan Benita
2020-09-04Merge pull request #7685 from bluetech/py-to-pathlib-2Ran Benita
2020-09-04Merge pull request #7708 from nicoddemus/repr-line-7707Bruno Oliveira
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-09-03Fix handle of exceptions in ReprEntry with tb=lineBruno Oliveira
2020-08-28Merge pull request #7698 from bluetech/rm-scopedpropertyAnthony Sottile
2020-08-28Merge pull request #7699 from bluetech/optimize-makeitemBruno Oliveira
2020-08-28Add missing File reference to the docsBruno Oliveira
2020-08-28fixture: remove `@scopeproperty`Ran Benita
2020-08-27python: small optimization in PyCollector.collect()Ran Benita
2020-08-26python: skip pytest_pycollect_makeitem work on certain namesRan Benita
2020-08-25python: fix empty parametrize() leading to "NotSetType.token" idRan Benita
2020-08-24main: couple of code simplificationsRan Benita
2020-08-24main: move collection cache attributes to local variables in collect()Ran Benita
2020-08-24main: inline matchnodes() into collect()Ran Benita
2020-08-24main: inline _collect() into collect()Ran Benita
2020-08-24main: get rid of NoMatchRan Benita
2020-08-24main: better name for _collection_node_cache3Ran Benita
2020-08-24main: make matchnodes non-recursiveRan Benita
2020-08-24main: only perform one recursive matchnodes call per nodeRan Benita
2020-08-24main: move NoMatch raising to _collect()Ran Benita
2020-08-24main: refactor a bit to reduce indentationRan Benita
2020-08-24main: remove impossible condition in matchnodesRan Benita
2020-08-24main: remove unneeded condition in matchnodesRan Benita
2020-08-24main: small code simplification in matchnodesRan Benita
2020-08-24main: better solution to a type ignoreRan Benita
2020-08-24hookspec: type annotate parent argument to pytest_collect_fileRan Benita
2020-08-24Revert "Move common code between Session and Package to FSCollector"Ran Benita
2020-08-24main: inline Session._matchnodes() into Session.matchnodes()Ran Benita
2020-08-24main: inline Session._perform_collect() into perform_collect()Ran Benita
2020-08-24Merge pull request #7669 from bluetech/collection-docRan Benita
2020-08-24hookspec: improve collection phase documentation a bitRan Benita
2020-08-24Merge pull request #7651 from bluetech/capture-safe-disableRan Benita
2020-08-23Merge pull request #7673 from bluetech/logging-fix-handler-restoreRan Benita
2020-08-23Merge pull request #7668 from bluetech/dir-match-msgRan Benita
2020-08-22logging: fix handler level restored incorrectly if caplog.set_level is called...Ran Benita
2020-08-22Reintroduce warnings postponed in 6.0 (#7637)Maximilian Cosmo Sitter
2020-08-22main: improve message on `pytest path/to/a/directory::mytest`Ran Benita
2020-08-19PytestDeprecationWarning no longer a hard errorBruno Oliveira
2020-08-19Remove resultlog pluginBruno Oliveira
2020-08-19Remove broken pytest_collect_directory hookBruno Oliveira