forked from genewildish/Mainline
Update docs, fix Pygame window, and improve camera stage timing
This commit is contained in:
@@ -82,8 +82,6 @@ class TestDisplayRegistry:
|
||||
|
||||
assert DisplayRegistry.get("websocket") == WebSocketDisplay
|
||||
assert DisplayRegistry.get("pygame") == PygameDisplay
|
||||
# Removed backends (sixel, kitty) should not be present
|
||||
assert DisplayRegistry.get("sixel") is None
|
||||
|
||||
def test_initialize_idempotent(self):
|
||||
"""initialize can be called multiple times safely."""
|
||||
|
||||
Reference in New Issue
Block a user