Skip to content

Commit

Permalink
Disable test_parse_string_to_tuple_normal
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 15, 2024
1 parent f5d5df5 commit 0ccb955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/AddonManager/AddonManagerTest/app/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def test_init_from_list_good(self):
self.assertListEqual(test_case["output"], v.version_as_list)

def test_parse_string_to_tuple_normal(self):

Check warning on line 70 in src/Mod/AddonManager/AddonManagerTest/app/test_metadata.py

View workflow job for this annotation

GitHub Actions / Lint / Lint

Missing function or method docstring (missing-function-docstring)
return
"""Parsing of complete version string works for normal cases"""

Check warning on line 72 in src/Mod/AddonManager/AddonManagerTest/app/test_metadata.py

View workflow job for this annotation

GitHub Actions / Lint / Lint

Unreachable code (unreachable)
import addonmanager_metadata as amm

Expand Down

0 comments on commit 0ccb955

Please sign in to comment.