summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan van Berkom <tristan@codethink.co.uk>2020-12-16 14:11:33 +0900
committerTristan van Berkom <tristan@codethink.co.uk>2020-12-21 14:46:14 +0900
commit6ea7077ce518aca135d41fda15b7a52e087ae095 (patch)
tree71d53ff8029d5c02b24dae698fd96502dd5c1afa
parent9a124386a0ba8995e7cfd92e2c7d8fb23854f7e4 (diff)
downloadbuildstream-6ea7077ce518aca135d41fda15b7a52e087ae095.tar.gz
testutils/__init__.py: Expose the internal ArtifactShare object
This allows our tests to use the ArtifactShare() object in custom fixtures.
-rw-r--r--tests/testutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/__init__.py b/tests/testutils/__init__.py
index 9642ddf47..64ca1a953 100644
--- a/tests/testutils/__init__.py
+++ b/tests/testutils/__init__.py
@@ -23,7 +23,7 @@
# William Salmon <will.salmon@codethink.co.uk>
#
-from .artifactshare import create_artifact_share, create_split_share, assert_shared, assert_not_shared
+from .artifactshare import create_artifact_share, create_split_share, assert_shared, assert_not_shared, ArtifactShare
from .context import dummy_context
from .element_generators import create_element_size, update_element_size
from .junction import generate_junction