aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/__init__.py
blob: 93971c2f2364bef1c5949e3a45975402bbd90681 (plain) (blame)
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