summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-09-02 09:47:05 +0200
committerJürg Billeter <j@bitron.ch>2019-09-03 11:46:29 +0200
commit3221f3511cbfe6a748b542627801acf8d0fcb379 (patch)
treeb472768f0bc8fa9a678ea77c1f74dfe3ff3960ea /tests/conftest.py
parentb4823df1c25ad5afd8449594b3b15b5676d6b9a6 (diff)
downloadbuildstream-3221f3511cbfe6a748b542627801acf8d0fcb379.tar.gz
tests: Catch tests that don't shut down background threadsjuerg/fork
Diffstat (limited to 'tests/conftest.py')
-rwxr-xr-xtests/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 7728fb5c8..0e39943d3 100755
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -23,6 +23,7 @@ import os
import pytest
from buildstream.testing import register_repo_kind, sourcetests_collection_hook
+from buildstream.testing._fixtures import thread_check # pylint: disable=unused-import
from buildstream.testing._forked import forked_run_report
from buildstream.testing.integration import integration_cache # pylint: disable=unused-import