Skip to content

Commit

Permalink
add entry point protection
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 23, 2024
1 parent a4cba99 commit fbcd3af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_group_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@ def test_sort_groups() -> None:
]
groups_returned = sort_groups(groups_original)
assert groups_returned == groups_expected


if __name__ == "__main__":
pytest.main([__file__])

0 comments on commit fbcd3af

Please sign in to comment.