浏览代码

Move log_printer_test into correct testing module for naming convention.

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin 10 年之前
父节点
当前提交
2b589606da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/cli/log_printer_test.py

+ 1 - 1
tests/unit/log_printer_test.py → tests/unit/cli/log_printer_test.py

@@ -5,8 +5,8 @@ import os
 
 import six
 
-from .. import unittest
 from compose.cli.log_printer import LogPrinter
+from tests import unittest
 
 
 class LogPrinterTest(unittest.TestCase):