Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
leava pygame
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 23, 2017
1 parent 1d95392 commit 4f8b590
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _unittests/ut_helpers/test_pygame_diff.py
Expand Up @@ -98,6 +98,10 @@ def test_diff(self):

wait_event(pygame)

for k, font in fonts.items():
del font
pygame.quit()

def test_diff_full(self):
fLOG(
__file__,
Expand Down Expand Up @@ -145,6 +149,10 @@ def test_diff_full(self):

wait_event(pygame)

for k, font in fonts.items():
del font
pygame.quit()


if __name__ == "__main__":
unittest.main()

0 comments on commit 4f8b590

Please sign in to comment.