We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc2c49 commit 4831155Copy full SHA for 4831155
test/display_test.py
@@ -701,6 +701,7 @@ def test_get_desktop_usable_bounds(self):
701
bounds = pygame.display.get_desktop_usable_bounds()
702
sizes = pygame.display.get_desktop_sizes()
703
self.assertIsInstance(bounds, list)
704
+ self.assertEqual(len(bounds), len(sizes))
705
for i, bound in enumerate(bounds):
706
self.assertIsInstance(bound, pygame.Rect)
707
size = sizes[i]
0 commit comments