summaryrefslogtreecommitdiffstats
path: root/tests/test_error.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_error.py')
-rw-r--r--tests/test_error.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_error.py b/tests/test_error.py
index 2733ab8c..2b28f5c2 100644
--- a/tests/test_error.py
+++ b/tests/test_error.py
@@ -21,12 +21,16 @@ import unittest
21import error 21import error
22import project 22import project
23import git_command 23import git_command
24import fetch
25import command
24from subcmds import all_modules 26from subcmds import all_modules
25 27
26imports = all_modules + [ 28imports = all_modules + [
27 error, 29 error,
28 project, 30 project,
29 git_command, 31 git_command,
32 fetch,
33 command,
30] 34]
31 35
32 36