Skip to content

Commit

Permalink
test_direct_api.py -> test_groupby_str_repr
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Feb 20, 2024
1 parent c78684e commit c8d9906
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_direct_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2963,6 +2963,11 @@ def test_group_by_retrieve_groups(self):
with self.assertRaises(KeyError):
result.group("C")

def test_group_by_str_repr(self):
nonagon = RegularPolygon(5,9)
# placeholder for future tests
self.assertTrue(True)

def test_distance(self):
with BuildPart() as box:
Box(1, 2, 3)
Expand Down

0 comments on commit c8d9906

Please sign in to comment.