Ver código fonte

Move log_printer_test into correct testing module for naming convention.

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin 10 anos atrás
pai
commit
2b589606da
1 arquivos alterados com 1 adições e 1 exclusões
  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):