소스 검색

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):