summary refs log tree commit diff stats
path: root/test/tc_direction.py
Commit message (Collapse)AuthorAgeFilesLines
* removed tests. (half of them are outdated)hut2011-09-281-92/+0
| | | | To get them back, you can always simply revert this commit.
* Removed symlink in test/hut2010-08-291-0/+6
|
* simplified all_tests.py, moved to test/hut2010-06-071-2/+0
|
* Fixed unittestshut2010-04-181-2/+2
|
* dirarg: added unit test and almost working implementaitonhut2010-04-131-0/+7
|
* tc_direction: fixedhut2010-04-081-1/+1
| | | | | | | | maximum=X means that the maximum value is set to X-1. Works for lists: d.move(maximum=len(lst)) is this counter intuitive?
* comment out test_duck_typinghut2010-04-071-4/+5
|
* dc_direction: added test_move()hut2010-04-071-0/+9
|
* added test case for ranger.ext.directionhut2010-04-071-0/+71