From 193bc3c195e9d0843d38f4a7e4eecac5b8daa1a2 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 4 Sep 2017 16:49:12 -0400 Subject: Restructuring tests using the Repo and Cli Make all the test batteries which run on all the source backends we have repo scaffoldings for discover the list of Repo implementations automatically. --- tests/testutils/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/testutils/__init__.py') diff --git a/tests/testutils/__init__.py b/tests/testutils/__init__.py index e69de29bb..03072fb35 100644 --- a/tests/testutils/__init__.py +++ b/tests/testutils/__init__.py @@ -0,0 +1,2 @@ +from .runcli import cli +from .repo import create_repo, ALL_REPO_KINDS -- cgit v1.2.1