Skip to content

Commit

Permalink
tests: pathobject repr test should include name and class
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Aug 19, 2020
1 parent 1214fbb commit 3e0b98c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paquo/tests/test_pathobjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def test_annotation_object():
assert ao.roi == pt

# repr
ao.name = "abc"
ao.update_path_class(QuPathPathClass('myclass'))
assert repr(ao)


Expand Down

0 comments on commit 3e0b98c

Please sign in to comment.