aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtBluetooth/localdevice.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtBluetooth/localdevice.py')
-rw-r--r--sources/pyside6/tests/QtBluetooth/localdevice.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtBluetooth/localdevice.py b/sources/pyside6/tests/QtBluetooth/localdevice.py
index b09cc12b2..21801106f 100644
--- a/sources/pyside6/tests/QtBluetooth/localdevice.py
+++ b/sources/pyside6/tests/QtBluetooth/localdevice.py
@@ -15,9 +15,11 @@ init_test_paths(False)
from PySide6.QtBluetooth import QBluetoothLocalDevice
+
class QBluetoothLocalDeviceTest(unittest.TestCase):
def testInitialization(self):
device = QBluetoothLocalDevice()
+
if __name__ == '__main__':
unittest.main()