Explorar el Código

Fix running of dulwich.tests.test_diff_tree.

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

+ 1 - 0
dulwich/tests/__init__.py

@@ -83,6 +83,7 @@ def self_test_suite():
     names = [
         'blackbox',
         'client',
+        'diff_tree',
         'fastexport',
         'file',
         'index',