Jelmer Vernooij 3 anni fa
parent
commit
ac37905a91
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      dulwich/tests/__init__.py

+ 8 - 0
dulwich/tests/__init__.py

@@ -20,6 +20,14 @@
 
 """Tests for Dulwich."""
 
+__all__ = [
+    'SkipTest',
+    'TestCase',
+    'BlackboxTestCase',
+    'skipIf',
+    'expectedFailure',
+]
+
 import doctest
 import os
 import shutil