Explorar el Código

Fix running of dulwich.tests.compat.test_web.

Jelmer Vernooij hace 14 años
padre
commit
d1ca432dd8
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      dulwich/tests/compat/__init__.py
  2. 1 1
      dulwich/tests/compat/test_web.py

+ 1 - 0
dulwich/tests/compat/__init__.py

@@ -28,6 +28,7 @@ def test_suite():
         'repository',
         'server',
         'utils',
+        'web',
         ]
     module_names = ['dulwich.tests.compat.test_' + name for name in names]
     result = unittest.TestSuite()

+ 1 - 1
dulwich/tests/compat/test_web.py

@@ -43,7 +43,7 @@ from dulwich.tests.compat.server_utils import (
     ShutdownServerMixIn,
     NoSideBand64kReceivePackHandler,
     )
-from dulwich.utils import (
+from dulwich.tests.compat.utils import (
     CompatTestCase,
     )