12 lines
276 B
Python
12 lines
276 B
Python
"""bitmessageqt tests"""
|
|
|
|
from addressbook import TestAddressbook
|
|
from main import TestMain, TestUISignaler
|
|
from settings import TestSettings
|
|
from support import TestSupport
|
|
|
|
__all__ = [
|
|
"TestAddressbook", "TestMain", "TestSettings", "TestSupport",
|
|
"TestUISignaler"
|
|
]
|