diff options
Diffstat (limited to 'tests/test_error.py')
-rw-r--r-- | tests/test_error.py | 4 |
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 | |||
21 | import error | 21 | import error |
22 | import project | 22 | import project |
23 | import git_command | 23 | import git_command |
24 | import fetch | ||
25 | import command | ||
24 | from subcmds import all_modules | 26 | from subcmds import all_modules |
25 | 27 | ||
26 | imports = all_modules + [ | 28 | imports = 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 | ||