Browse Source

Set __all__.

Jelmer Vernooij 2 years ago
parent
commit
ac37905a91
1 changed files with 8 additions and 0 deletions
  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