Sfoglia il codice sorgente

Fix running of dulwich.tests.test_diff_tree.

Jelmer Vernooij 14 anni fa
parent
commit
3fec66dee0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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',