Selaa lähdekoodia

Add walk module to tests/__init__.py.

Change-Id: I50988ac9fa482809b9b96ac8be89c2e671f17b7a
Dave Borowitz 13 vuotta sitten
vanhempi
commit
7fed254488
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      dulwich/tests/__init__.py

+ 1 - 0
dulwich/tests/__init__.py

@@ -95,6 +95,7 @@ def self_test_suite():
         'protocol',
         'protocol',
         'repository',
         'repository',
         'server',
         'server',
+        'walk',
         'web',
         'web',
         ]
         ]
     module_names = ['dulwich.tests.test_' + name for name in names]
     module_names = ['dulwich.tests.test_' + name for name in names]