any test cases from it will be added to tests.core test suite if possible, e.g. PyQt is functional. TestSupport - minimal test case for support module to reproduce #1633.
7 lines
123 B
Python
7 lines
123 B
Python
"""bitmessageqt tests"""
|
|
|
|
from main import TestMain
|
|
from support import TestSupport
|
|
|
|
__all__ = ["TestMain", "TestSupport"]
|