Explorar el Código

Move log_printer_test into correct testing module for naming convention.

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin hace 10 años
padre
commit
2b589606da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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):