Browse Source

Set __all__.

Jelmer Vernooij 2 năm trước cách đây
mục cha
commit
ac37905a91
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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