From 67e5e7432cf4a2bb9bd7148dc2976cfc30b6a06b Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sat, 16 Jan 2016 22:16:44 -0500 Subject: Break functionality into separate files --- tests/test_dotfiles.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_dotfiles.py b/tests/test_dotfiles.py index ffc9073..8323385 100644 --- a/tests/test_dotfiles.py +++ b/tests/test_dotfiles.py @@ -1,7 +1,9 @@ import pytest -from dotfiles.dotfiles import Repository, Dotfile, cli -from dotfiles.dotfiles import IsSymlink +from dotfiles.cli import cli +from dotfiles.dotfile import Dotfile +from dotfiles.repository import Repository +from dotfiles.exceptions import IsSymlink class TestCli(object): -- cgit v1.2.3