We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39b879 commit 7b0e179Copy full SHA for 7b0e179
tests/__init__.py
@@ -14,3 +14,17 @@
14
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
# See the License for the specific language governing permissions and
16
# limitations under the License.
17
+
18
+from .test_clone_to_cache import TestCloneToCache
19
+from .test_clone_to_directory import TestCloneToDirectory
20
+from .test_descriptions import TestDescriptions
21
+from .test_loaders import TestLoaders
22
+from .test_progress_bar import TestProgressBar
23
24
+__all__ = [
25
+ "TestCloneToCache",
26
+ "TestCloneToDirectory",
27
+ "TestDescriptions",
28
+ "TestLoaders",
29
+ "TestProgressBar",
30
+]
0 commit comments