__init__.py 155 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 # Module level initialization for the `lldbsuite.test` module. from __future__ import absolute_import from . import dotest run_suite = dotest.run_suite