summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-13 21:31:02 +0100
committerhut <hut@lavabit.com>2010-01-13 21:31:02 +0100
commit698ba46a5a73682a5f9d7832c23683868246841f (patch)
tree5769de9fcb5089fc10b784d45c2f637b302d0f01 /test
parent63502bea559898d5e79738659424fe3875f913ad (diff)
downloadranger-698ba46a5a73682a5f9d7832c23683868246841f.tar.gz
commandlist: added clear()
Diffstat (limited to 'test')
-rw-r--r--test/tc_commandlist.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/tc_commandlist.py b/test/tc_commandlist.py
index ed9b1bd7..86afdc99 100644
--- a/test/tc_commandlist.py
+++ b/test/tc_commandlist.py
@@ -51,4 +51,13 @@ class Test(TestCase):
 		self.assertEqual(dmy, cl['aaa'])
 		self.assertEqual(fnc, cl['aaaa'].execute)
 
+		cl.clear()
+		self.assertKeyError(cl, 'a')
+		self.assertKeyError(cl, 'aa')
+		self.assertKeyError(cl, 'aaa')
+		self.assertKeyError(cl, 'aaaa')
+		self.assertKeyError(cl, 'aab')
+		self.assertKeyError(cl, 'aabb')
+
+
 if __name__ == '__main__': main()
ty.se> 2016-12-21 05:06:55 +0100 committer nfnty <git@nfnty.se> 2017-01-17 05:59:02 +0100 linting: pylint and flake8' href='/akspecs/ranger/commit/examples/plugin_pmount.py?h=v1.9.3&id=b3d031a913814900467358b2adf20a148bf6de1a'>b3d031a9 ^
6e8f001c ^
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