summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/ranger/container/test_fsobject.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ranger/container/test_fsobject.py b/tests/ranger/container/test_fsobject.py
index 4e521806..3ea52d6f 100644
--- a/tests/ranger/container/test_fsobject.py
+++ b/tests/ranger/container/test_fsobject.py
@@ -21,7 +21,7 @@ def create_filesystem_object(path):
 def test_basename_natural1():
     """Test filenames without extensions."""
     fsos = [create_filesystem_object(path)
-            for path in "hello", "hello1", "hello2"]
+            for path in ("hello", "hello1", "hello2")]
     assert(fsos == sorted(fsos[::-1], key=operator.attrgetter("basename_natural")))
     assert(fsos == sorted(fsos[::-1], key=operator.attrgetter("basename_natural_lower")))
 
@@ -29,6 +29,6 @@ def test_basename_natural1():
 def test_basename_natural2():
     """Test filenames with extensions."""
     fsos = [create_filesystem_object(path)
-            for path in "hello", "hello.txt", "hello1.txt", "hello2.txt"]
+            for path in ("hello", "hello.txt", "hello1.txt", "hello2.txt")]
     assert(fsos == sorted(fsos[::-1], key=operator.attrgetter("basename_natural")))
     assert(fsos == sorted(fsos[::-1], key=operator.attrgetter("basename_natural_lower")))
ed cmd_rooms tests' href='/danisanti/profani-tty/commit/tests/test_cmd_rooms.c?id=7db1bcee05bb634699c575cc68af337aeee8fc48'>7db1bcee ^
b27c5d0f ^
8685e78c ^
fb347855 ^
71577c1f ^
81190251 ^

447d2358 ^
71577c1f ^
3bb1f124 ^
7db1bcee ^
d56f6dc3 ^
5c65599e ^
81190251 ^
447d2358 ^
447d2358 ^
















447d2358 ^

5c65599e ^
49661625 ^

53fc89f7 ^
447d2358 ^
3bb1f124 ^
88f423af ^
7db1bcee ^

00a475cf ^
7db1bcee ^
5c65599e ^
81190251 ^
3e3786eb ^
71577c1f ^

bf347ab9 ^
447d2358 ^
5c65599e ^
447d2358 ^
3bb1f124 ^
00a475cf ^
7db1bcee ^
5c65599e ^
81190251 ^
447d2358 ^
447d2358 ^
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72