Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/tree.py
Commit message (Collapse)AuthorAgeFilesLines
* More reorderingDaniel Narvaez2012-11-221-3/+3
|
* Reorder to put public methods at the topDaniel Narvaez2012-11-221-50/+50
|
* Rework tree to use the gi atspi bindings directlyDaniel Narvaez2012-11-221-32/+65
| | | | pyatspi is a mess, just adds another layer and undocumented
* Ensure an activity is really down after stopping itDaniel Narvaez2012-11-211-2/+4
|
* Actually indent node dumpDaniel Narvaez2012-11-111-1/+1
|
* Cannot use find_children to iterateDaniel Narvaez2012-11-111-5/+2
| | | | It's recursive
* Swapped list and single childDaniel Narvaez2012-11-111-2/+2
|
* Return the last resultDaniel Narvaez2012-11-111-1/+2
|
* Return empty list for childrenDaniel Narvaez2012-11-111-2/+2
|
* LeftoverDaniel Narvaez2012-11-111-1/+0
|
* Fix node/accessible mismatchDaniel Narvaez2012-11-111-5/+5
|
* Missing returnDaniel Narvaez2012-11-111-1/+1
|
* Find on the child when crawlingDaniel Narvaez2012-11-111-1/+2
|
* Don't retry when dumping the treeDaniel Narvaez2012-11-111-1/+4
|
* Dump the tree on find failuresDaniel Narvaez2012-11-111-0/+2
|
* Don't die if name is not specifiedDaniel Narvaez2012-11-111-1/+3
|
* Missing parameterDaniel Narvaez2012-11-111-1/+1
|
* Print information about retriesDaniel Narvaez2012-11-111-6/+9
|
* Sleep inside the while loopDaniel Narvaez2012-11-111-2/+4
|
* Retry atspi calls to avoid timing issuesDaniel Narvaez2012-11-111-0/+22
|
* Rework tests to be based on pyatspi onlyDaniel Narvaez2012-11-071-0/+64
dogtail is not packaged for ubuntu at the moment and dogtail adds another layer which can make it difficult to debug intermittent failures. We might switch back at some point but for now I think it's easier to stay lower level and try to figure out how to improve reliability there.