@@ -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()
@@ -43,7 +43,7 @@ from dulwich.tests.compat.server_utils import (
ShutdownServerMixIn,
NoSideBand64kReceivePackHandler,
)
-from dulwich.utils import (
+from dulwich.tests.compat.utils import (
CompatTestCase,