Jelmer Vernooij 3 rokov pred
rodič
commit
ac37905a91
1 zmenil súbory, kde vykonal 8 pridanie a 0 odobranie
  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