From ab41c7766ced3f1b8f6b4ed317f0db4e0d71b897 Mon Sep 17 00:00:00 2001 From: stepshal Date: Thu, 16 Jun 2016 18:22:57 +0700 Subject: Add two blank lines where is expected --- tests/ranger/container/test_bookmarks.py | 1 + tests/ranger/container/test_container.py | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/ranger/container/test_bookmarks.py b/tests/ranger/container/test_bookmarks.py index 46c615c6..88791953 100644 --- a/tests/ranger/container/test_bookmarks.py +++ b/tests/ranger/container/test_bookmarks.py @@ -4,6 +4,7 @@ import pytest from ranger.container.bookmarks import Bookmarks + def testbookmarks(tmpdir): # Bookmarks point to directory location and allow fast access to # 'favorite' directories. They are persisted to a bookmark file, plain text. diff --git a/tests/ranger/container/test_container.py b/tests/ranger/container/test_container.py index 140186d0..2b823912 100644 --- a/tests/ranger/container/test_container.py +++ b/tests/ranger/container/test_container.py @@ -4,6 +4,7 @@ from ranger.container import history HISTORY_TEST_ENTRIES = [str(k) for k in range(20)] OTHER_TEST_ENTRIES = [str(k) for k in range(40, 45)] + def testhistorybasic(): # A history is a buffer of limited size that stores the last `maxlen` # item added to it. It has a `current` index that serves as a cursor. -- cgit 1.4.1-2-gfad0