summaryrefslogtreecommitdiffstats
path: root/tests/test_subcmds_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_subcmds_sync.py')
-rw-r--r--tests/test_subcmds_sync.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/test_subcmds_sync.py b/tests/test_subcmds_sync.py
index 71b0f8e0..b9f0a746 100644
--- a/tests/test_subcmds_sync.py
+++ b/tests/test_subcmds_sync.py
@@ -16,16 +16,17 @@
16import os 16import os
17import shutil 17import shutil
18import tempfile 18import tempfile
19import unittest
20import time 19import time
20import unittest
21from unittest import mock 21from unittest import mock
22 22
23import pytest 23import pytest
24 24
25import command 25import command
26from subcmds import sync 26from error import GitError
27from error import RepoExitError
27from project import SyncNetworkHalfResult 28from project import SyncNetworkHalfResult
28from error import GitError, RepoExitError 29from subcmds import sync
29 30
30 31
31@pytest.mark.parametrize( 32@pytest.mark.parametrize(