vispy.visuals.conftest module#
- vispy.visuals.conftest.rendering_method(request)#
Setup rendering method for test function, skip if backend unavailable.
Tests that accept this fixture will run twice: once with ‘points’ method (gl2) and once with ‘instanced’ method (gl+).