Skip to content

Commit

Permalink
move tests for test helpers to tests/tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 22, 2016
1 parent e788ab5 commit 9f8adcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added tests/tests/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion tests/test_utils.py → tests/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals, with_statement)

from .helpers import TmuxTestCase, get_test_session_name, temp_session
from ..helpers import TmuxTestCase, get_test_session_name, temp_session


class TempSession(TmuxTestCase):
Expand Down

0 comments on commit 9f8adcb

Please sign in to comment.