Files
docker-android/cli/src/tests/device/test_device.py
T
2025-06-26 23:10:08 +02:00

9 lines
200 B
Python

from device import Device
from tests.device import BaseDeviceTest
class TestDevice(BaseDeviceTest):
def test_create_device(self):
with self.assertRaises(TypeError):
Device()