Skip to content

Commit

Permalink
Updated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
rudra-iitm committed Jan 11, 2024
1 parent 5bac5ce commit 7743eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updatesnap/unittests.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def test_no_source_or_local_source(self):

def test_version_variation_and_beta_release(self):
# pylint: disable=protected-access
""" Something"""
""" tests if a part support version variation and beta-release"""
obj = ProcessVersion(silent=True)
obj.set_full_silent()
data = get_version_variation_and_beta_release()
Expand Down Expand Up @@ -830,7 +830,7 @@ def remove_trailing_nls(data):


def get_version_variation_and_beta_release():
""" Something"""
""" returns a list of different types of version-variation and beta release"""
return [{
'part_name': 'part1',
'version': '1.0b2',
Expand Down

0 comments on commit 7743eaf

Please sign in to comment.