diff options
author | hut <hut@lavabit.com> | 2010-05-03 14:03:55 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-05-03 23:58:07 +0200 |
commit | 9594738888c6676e46ffc0a9d5b8dde808cd88eb (patch) | |
tree | e2ac33582b864087afc8a9ecf71de266bc31a16e /test/tc_displayable.py | |
parent | b0a216f59a7770f5ce35f4a56b5055c51ceec284 (diff) | |
download | ranger-9594738888c6676e46ffc0a9d5b8dde808cd88eb.tar.gz |
test: added TODO, skip broken tests
Diffstat (limited to 'test/tc_displayable.py')
-rw-r--r-- | test/tc_displayable.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tc_displayable.py b/test/tc_displayable.py index 558a20ff..50f37845 100644 --- a/test/tc_displayable.py +++ b/test/tc_displayable.py @@ -20,7 +20,7 @@ import curses from random import randint from ranger.gui.displayable import Displayable, DisplayableContainer -from test import Fake, OK, raise_ok +from test import Fake, OK, raise_ok, TODO class TestWithFakeCurses(unittest.TestCase): def setUp(self): @@ -104,6 +104,7 @@ class TestDisplayableWithCurses(unittest.TestCase): curses.echo() curses.endwin() + @TODO def test_boundaries(self): disp = self.disp hei, wid = self.env.termsize |