summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2017-02-05 23:45:09 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2017-02-05 23:45:09 +0000
commit20a9a031acb7fa6868927cafc631abe736d29247 (patch)
treedb7d707e78f7c72022ef846462db212003db4381
parent2341eafa35b287a55f072b8d7a0845598be81f61 (diff)
Re-enable tests for test utils.
-rw-r--r--dulwich/tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dulwich/tests/__init__.py b/dulwich/tests/__init__.py
index da8da57f..927c3fca 100644
--- a/dulwich/tests/__init__.py
+++ b/dulwich/tests/__init__.py
@@ -115,6 +115,7 @@ def self_test_suite():
'refs',
'repository',
'server',
+ 'utils',
'walk',
'web',
]