Skip to content

Commit

Permalink
Added Doxygent compliant code documentation for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemekWirkus committed Jun 30, 2015
1 parent 1bd4e4a commit 9ad14fc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@
See the License for the specific language governing permissions and
limitations under the License.
"""

"""! @package mbed-ls-test
Unit tests for mbed-ls package
"""
2 changes: 2 additions & 0 deletions test/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@


class BasicTestCase(unittest.TestCase):
""" Basic test cases checking trivial asserts
"""

def setUp(self):
pass
Expand Down
2 changes: 2 additions & 0 deletions test/detect_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@


class DetectOSTestCase(unittest.TestCase):
""" Test cases for host OS related functionality. Helpful during porting
"""

def setUp(self):
pass
Expand Down
2 changes: 2 additions & 0 deletions test/listing.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@


class MbedListingestCase(unittest.TestCase):
""" UNit tests for mbed-ls ability to list connected devices
"""

def setUp(self):
self.mbeds = create()
Expand Down
2 changes: 2 additions & 0 deletions test/mbed_htm.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@


class ParseMbedHTMTestCase(unittest.TestCase):
""" Unit tests checking HTML parsing code for 'mbed.htm' files
"""

def setUp(self):
self.mbeds = create()
Expand Down

0 comments on commit 9ad14fc

Please sign in to comment.