Skip to content

Commit 0025687

Browse files
committed
Forgot to add property for outline
1 parent fca9305 commit 0025687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/font_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,7 @@ def test_font_property_should_raise_exception_after_quit(self):
982982
("italic", True),
983983
("underline", True),
984984
("strikethrough", True),
985+
("outline", True),
985986
]
986987
skip_properties = set()
987988
version = pygame.font.get_sdl_ttf_version()

0 commit comments

Comments
 (0)