Jelajahi Sumber

Move log_printer_test into correct testing module for naming convention.

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin 10 tahun lalu
induk
melakukan
2b589606da
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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):