summaryrefslogtreecommitdiff
path: root/src/_pytest/nodes.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-26nodes: avoid needing to expose NodeKeywords for typingRan Benita
2020-12-22code: convert from py.path to pathlibRan Benita
2020-12-18address commentsantonblr
2020-12-18tests: Migrate to pytester - final updateantonblr
2020-12-15Some py.path.local -> pathlib.PathRan Benita
2020-12-12Some py.path.local -> pathlib.PathRan Benita
2020-11-21permit node to warn with any warning type, not just PytestWarning (#8052)Simon K
2020-10-25fixtures: use a faster replacement for ischildnodeRan Benita
2020-10-05py36+: com2annAnthony Sottile
2020-10-04nodes: remove cyclic dependency on _pytest.fixturesRan Benita
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03py36+: remove _pytest.compat.overloadAnthony 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-04Replace some usages of config.{rootdir,inifile} with config.{rootpath,inipath}Ran Benita
2020-08-28Add missing File reference to the docsBruno Oliveira
2020-08-24Revert "Move common code between Session and Package to FSCollector"Ran Benita
2020-08-19Remove broken pytest_collect_directory hookBruno Oliveira
2020-08-19Hard failure when constructing Node subclassesBruno Oliveira
2020-08-15Only define gethookproxy, isinitpath on SessionRan Benita
2020-08-14Don't use NotImplementedError in `@overload`sRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-25pathlib: make visit() independent of py.path.local, use os.scandirRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-22nodes: fix string possibly stored in Node.keywords instead of MarkDecoratorRan Benita
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira
2020-06-12Fix some type errors around py.path.localRan Benita
2020-06-05Improve types around repr_failure()Ran Benita
2020-06-05Enable check_untyped_defs mypy option for src/Ran Benita
2020-06-05Type annotate _pytest.junitxmlRan Benita
2020-06-05Type annotate more of _pytest.nodesRan Benita
2020-06-05Type annotate main.py and some parts related to collectionRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-06-05Type annotate some misc places with no particular connectionRan Benita
2020-05-30Use Path() instead of str for path comparisonBruno Oliveira
2020-05-30Node._repr_failure_py: use abspath with changed cwdDaniel Hahler
2020-05-30Issue 1316 - longrepr is a string when pytrace=False (#7100)Katarzyna Król
2020-05-26Apply suggestions from @bluetechFlorian Dahlitz
2020-05-25Move ConftestImportFailure check to correct position and add typingFlorian Dahlitz
2020-05-25Prevent pytest from printing ConftestImportFailure tracebackFlorian Dahlitz
2020-05-22nodes: remove unused argument from FSHookProxyRan Benita
2020-05-12Remove no longer needed noqa'sRan Benita
2020-05-06Merge pull request #7171 from bluetech/code-import-cyclesRan Benita
2020-05-06nodes: micro-optimize Node attribute accessRan Benita
2020-05-06nodes: micro-optimize hash(node)Ran Benita
2020-05-06code: fix import cycles between code.py and source.pyRan Benita
2020-05-01Allow File.from_parent to forward custom parameters to the constructorBruno Oliveira
2020-04-12Squash: Resolved 2nd round of review commentsAndreas Maier