Commit Diff


commit - 67e03acd14fa9cc0e5456d2bee36485ccb146556
commit + ac37905a9197f102534a0ef0cb4946bd16e522bd
blob - 1fd839da6664491e553d2413929d81faeadb24d2
blob + 1309ecf8cfb5dd6c274538d8b5c94b1fb54b04b2
--- dulwich/tests/__init__.py
+++ dulwich/tests/__init__.py
@@ -20,6 +20,14 @@
 
 """Tests for Dulwich."""
 
+__all__ = [
+    'SkipTest',
+    'TestCase',
+    'BlackboxTestCase',
+    'skipIf',
+    'expectedFailure',
+]
+
 import doctest
 import os
 import shutil