vispy.app.tests.test_backends module#

Tests to quickly see if the backends look good. This tests only to see if all the necessary methods are implemented, whether all the right events are mentioned, and whether the keymap contains all keys that should be supported.

This test basically checks whether nothing was forgotten, not that the implementation is corect.

class vispy.app.tests.test_backends.DummyApplication(backend_name=None)#

Bases: Application

vispy.app.tests.test_backends.test_actual()#

Test actual application module

vispy.app.tests.test_backends.test_template()#

Test application module template