Esempio n. 1
0
def test_functionality_angle():
    """ Test angle GL backend for full functionality. """
    if True:
        raise SkipTest('Skip Angle functionality test for now.')
    if sys.platform.startswith('win'):
        raise SkipTest('Can only test angle functionality on Windows.')
    glut_skip()
    _test_functonality('angle')
Esempio n. 2
0
def test_functionality_es2():
    """ Test es2 GL backend for full functionality. """
    if True:
        raise SkipTest('Skip es2 functionality test for now.')
    if not sys.platform.startswith('win'):
        raise SkipTest('Can only test es2 functionality on Windows.')
    glut_skip()
    _test_functonality('es2')
Esempio n. 3
0
def test_functionality_angle():
    """ Test angle GL backend for full functionality. """
    if True:
        raise SkipTest('Skip Angle functionality test for now.')
    if sys.platform.startswith('win'):
        raise SkipTest('Can only test angle functionality on Windows.')
    glut_skip()
    _test_functonality('angle')
Esempio n. 4
0
def test_basics_pypengl():
    """ Test pyopengl GL backend for basic functionality. """
    glut_skip()
    _test_basics('pyopengl')
Esempio n. 5
0
def test_functionality_proxy():
    """ Test GL proxy class for basic functionality. """
    # By using debug mode, we are using the proxy class
    glut_skip()
    _test_basics('desktop debug')
Esempio n. 6
0
def test_basics_desktop():
    """ Test desktop GL backend for basic functionality. """
    glut_skip()
    _test_basics('desktop')
Esempio n. 7
0
def test_functionality_pyopengl():
    """ Test pyopengl GL backend for full functionality. """
    glut_skip()
    _test_functonality('pyopengl')
Esempio n. 8
0
def test_functionality_proxy():
    """ Test GL proxy class for full functionality. """
    # By using debug mode, we are using the proxy class
    glut_skip()
    _test_functonality('desktop debug')
Esempio n. 9
0
def test_functionality_desktop():
    """ Test desktop GL backend for full functionality. """
    glut_skip()
    _test_functonality('desktop')
Esempio n. 10
0
def test_basics_pypengl():
    """ Test pyopengl GL backend for basic functionality. """
    glut_skip()
    _test_basics('pyopengl')
Esempio n. 11
0
def test_basics_desktop():
    """ Test desktop GL backend for basic functionality. """
    glut_skip()
    _test_basics('desktop')
Esempio n. 12
0
def test_functionality_pyopengl():
    """ Test pyopengl GL backend for full functionality. """
    glut_skip()
    _test_functonality('pyopengl')
Esempio n. 13
0
def test_functionality_desktop():
    """ Test desktop GL backend for full functionality. """
    glut_skip()
    _test_functonality('desktop')