Skip to content

Commit

Permalink
Merge branch '0.7.2' into indexed-color
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed May 30, 2024
2 parents 5421b2b + ada57a5 commit 5bf9659
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_widget/test_urwid.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ def test_args(self):
with pytest.raises(TypeError, match="'upscale'"):
UrwidImage(python_image, upscale=value)

def test_attributes(self):
image_w = UrwidImage(python_image)
assert all(name.startswith("_ti_") for name in vars(image_w))

def test_image(self):
image_w = UrwidImage(python_image)
assert image_w.image is python_image
Expand Down

0 comments on commit 5bf9659

Please sign in to comment.