Show More
@@ -188,6 +188,3 b' def test_SList():' | |||||
188 | nt.assert_equal(sl.grep(lambda x: x.startswith('a')), text.SList(['a 11', 'a 2'])) |
|
188 | nt.assert_equal(sl.grep(lambda x: x.startswith('a')), text.SList(['a 11', 'a 2'])) | |
189 | nt.assert_equal(sl.fields(0), text.SList(['a', 'b', 'a'])) |
|
189 | nt.assert_equal(sl.fields(0), text.SList(['a', 'b', 'a'])) | |
190 |
nt.assert_equal(sl.sort(field=1, nums=True), text.SList(['b 1', 'a 2', 'a 11'])) |
|
190 | nt.assert_equal(sl.sort(field=1, nums=True), text.SList(['b 1', 'a 2', 'a 11'])) | |
No newline at end of file |
|
||||
191 |
|
||||
192 | def test_non_local_path_import(): |
|
|||
193 | nt.assert_in("path", sys.modules) |
|
General Comments 0
You need to be logged in to leave comments.
Login now