Skip to content

Commit

Permalink
Fix docstring spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan343 committed Sep 6, 2024
1 parent 7b06b58 commit 57d7547
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/test_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,15 +517,20 @@ def _get_suite_test_id():
def _should_ignore_test(protocol, test_type, suite, case):
"""
Determines if a protocol test should be ignored.
:type protocol: str
:param protocol: The protocol name as represented by its corresponding
protocol test file name (without the .json extension).
:type test_type: str
:param test_type: The protocol test type ("input" or "output").
:type suite: str
:param suite: The "description" attribute of a protocol test suite.
:type case: str
:param case: The "id" attribute of a specific protocol test case.
:return: True if the protocol test should be ignored, False otherwise.
:rtype: bool
"""
Expand Down

0 comments on commit 57d7547

Please sign in to comment.