summaryrefslogtreecommitdiff
path: root/testing/test_nodes.py
AgeCommit message (Expand)Author
2020-12-19testing/test_nodes: fix fake session to be more accurateRan Benita
2020-12-15Some py.path.local -> pathlib.PathRan Benita
2020-11-21permit node to warn with any warning type, not just PytestWarning (#8052)Simon K
2020-10-30migrated test_nodes.py from testdir to pytester #7492. (#7969)crricks
2020-10-25fixtures: use a faster replacement for ischildnodeRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-07-10pytester: some type annotationsRan Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-30Add test and changelog for #6428Bruno Oliveira
2020-01-15fix #6341 - disallow session/config in Node.from_parentRonny Pfannschmidt
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2018-11-13Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-11-10Node: do not add "::()" to nodeidDaniel Hahler
2018-11-09Fix nodes._check_initialpaths_for_relpath for dirsDaniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-09-04Make Node.warn support two forms, new and deprecatedBruno Oliveira
2018-09-04Change std_warn to receive a single warning instance, addressed review sugges...Bruno Oliveira
2018-05-23run blackRonny Pfannschmidt
2017-10-23Address more review comments, fix massive bug I reintroduced in the node-spli...Tom Dalton