← Back to team overview

dulwich-users team mailing list archive

[PATCH 28/34] Add walk module to tests/__init__.py.

 

From: Dave Borowitz <dborowitz@xxxxxxxxxx>

Change-Id: I50988ac9fa482809b9b96ac8be89c2e671f17b7a
---
 dulwich/tests/__init__.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dulwich/tests/__init__.py b/dulwich/tests/__init__.py
index 1a65f42..85c862c 100644
--- a/dulwich/tests/__init__.py
+++ b/dulwich/tests/__init__.py
@@ -94,6 +94,7 @@ def self_test_suite():
         'protocol',
         'repository',
         'server',
+        'walk',
         'web',
         ]
     module_names = ['dulwich.tests.test_' + name for name in names]
-- 
1.7.3.1



References