summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Tests/TestTreePath.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports (GH-4643)Matus Valo2022-02-151-1/+0
|
* Rename unit test method calls from "assertEquals" to "assertEqual" to fix a ↵Stefan Behnel2018-02-231-36/+36
| | | | a deprecation warning in Py3.7.
* test case for dotted attribute names, some cleanupStefan Behnel2009-12-041-0/+5
|
* support 'and' operator and boolean attribute values in TreePath predicatesStefan Behnel2009-10-041-0/+7
|
* extended TreePath test case, fix predicate evaluationStefan Behnel2009-10-041-0/+31
|
* somewhat hackish fix for supporting not() in TreePath - needs to be ↵Stefan Behnel2009-09-181-0/+5
| | | | reconsidered ...
* support attribute value selection in TreePathStefan Behnel2009-09-181-0/+5
|
* simpler testStefan Behnel2009-09-181-32/+16
|
* TreePath implementation for selecting nodes from the code treeStefan Behnel2009-09-181-0/+57