summaryrefslogtreecommitdiff
path: root/src/buildstream/testing/_sourcetests
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-09-03 19:43:21 +0200
committerbst-marge-bot <marge-bot@buildstream.build>2019-09-04 09:42:20 +0000
commitfa974ab31ea361981b68c3b98ff81f448535cce9 (patch)
tree5e165bdd00092281f29cfa3d7c1daf990f33a81e /src/buildstream/testing/_sourcetests
parenta9364a40620e2ad2c299cdccee3d7da39fdd25b5 (diff)
downloadbuildstream-fa974ab31ea361981b68c3b98ff81f448535cce9.tar.gz
tests: Add autouse fixture to reset global state in node.pyxjuerg/synthetic-file-index
Diffstat (limited to 'src/buildstream/testing/_sourcetests')
-rw-r--r--src/buildstream/testing/_sourcetests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/testing/_sourcetests/conftest.py b/src/buildstream/testing/_sourcetests/conftest.py
index f16c1e9ad..64dd404ef 100644
--- a/src/buildstream/testing/_sourcetests/conftest.py
+++ b/src/buildstream/testing/_sourcetests/conftest.py
@@ -14,4 +14,4 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library. If not, see <http://www.gnu.org/licenses/>.
-from .._fixtures import thread_check # pylint: disable=unused-import
+from .._fixtures import reset_global_node_state, thread_check # pylint: disable=unused-import