diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-09-04 16:49:12 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-09-04 16:49:12 -0400 |
commit | 193bc3c195e9d0843d38f4a7e4eecac5b8daa1a2 (patch) | |
tree | 200db2d52b66343249b82c2f1092b1937838eedc /tests/testutils/__init__.py | |
parent | 60297032d9a95d88b5812dbd02b1e44f95db913e (diff) | |
download | buildstream-193bc3c195e9d0843d38f4a7e4eecac5b8daa1a2.tar.gz |
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.
Diffstat (limited to 'tests/testutils/__init__.py')
-rw-r--r-- | tests/testutils/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |