summary refs log tree commit diff stats
path: root/test/tc_displayable.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tc_displayable.py')
-rw-r--r--test/tc_displayable.py3
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
m <vc@akkartik.com> 2014-10-24 10:38:38 -0700 153' href='/akkartik/mu/commit/scratch.vim?h=main&id=fb80da830652d2bc5adade3d5a7b30b0f79fcf97'>fb80da83 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50