Skip to content

Commit

Permalink
add comment on a test class
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Oct 15, 2020
1 parent 05cc019 commit 0176f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/pants/backend/pants_info/list_target_types_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ def test_list_all_json() -> None:


def test_list_single() -> None:
# The reason we want this to still be TriBoolField is that we want to test that required = True
# results in stripping | None from the help message.
class CustomField(TriBoolField):
"""My custom field!
Expand Down

0 comments on commit 0176f27

Please sign in to comment.