فهرست منبع

Fix running of dulwich.tests.compat.test_web.

Jelmer Vernooij 14 سال پیش
والد
کامیت
ee087a68c9
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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,
     )