We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0241bbc commit b191bd4Copy full SHA for b191bd4
test/os_linux_generic.py
@@ -17,7 +17,6 @@
17
"""
18
19
import unittest
20
-from mbed_lstools.lstools_ubuntu import MbedLsToolsUbuntu
21
from mbed_lstools.lstools_linux_generic import MbedLsToolsLinuxGeneric
22
23
@@ -140,8 +139,8 @@ def setUp(self):
140
139
def tearDown(self):
141
pass
142
143
- def test_ubuntu_construction(self):
144
- self.linux_ubuntu = MbedLsToolsUbuntu()
+ def test_os_support(self):
+ self.assertIn("LinuxGeneric", self.linux_generic.os_supported)
145
146
def test_get_mount_point_basic(self):
147
self.assertEqual('/media/usb0', self.linux_generic.get_mount_point('sdb', self.vfat_devices))
0 commit comments