Skip to content

Commit 9f8adcb

Browse files
committed
move tests for test helpers to tests/tests/
1 parent e788ab5 commit 9f8adcb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/tests/__init__.py

Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from __future__ import (absolute_import, division, print_function,
55
unicode_literals, with_statement)
66

7-
from .helpers import TmuxTestCase, get_test_session_name, temp_session
7+
from ..helpers import TmuxTestCase, get_test_session_name, temp_session
88

99

1010
class TempSession(TmuxTestCase):

0 commit comments

Comments
 (0)