コード例 #1
0
ファイル: test_functionality.py プロジェクト: alexflint/vispy
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')
コード例 #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')
コード例 #3
0
ファイル: test_functionality.py プロジェクト: kod3r/vispy
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')
コード例 #4
0
ファイル: test_basics.py プロジェクト: robmcmullen/vispy
def test_basics_pypengl():
    """ Test pyopengl GL backend for basic functionality. """
    glut_skip()
    _test_basics('pyopengl')
コード例 #5
0
ファイル: test_basics.py プロジェクト: robmcmullen/vispy
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')
コード例 #6
0
ファイル: test_basics.py プロジェクト: robmcmullen/vispy
def test_basics_desktop():
    """ Test desktop GL backend for basic functionality. """
    glut_skip()
    _test_basics('desktop')
コード例 #7
0
ファイル: test_functionality.py プロジェクト: alexflint/vispy
def test_functionality_pyopengl():
    """ Test pyopengl GL backend for full functionality. """
    glut_skip()
    _test_functonality('pyopengl')
コード例 #8
0
ファイル: test_functionality.py プロジェクト: alexflint/vispy
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')
コード例 #9
0
ファイル: test_functionality.py プロジェクト: alexflint/vispy
def test_functionality_desktop():
    """ Test desktop GL backend for full functionality. """
    glut_skip()
    _test_functonality('desktop')
コード例 #10
0
ファイル: test_basics.py プロジェクト: shjoshi/vispy
def test_basics_pypengl():
    """ Test pyopengl GL backend for basic functionality. """
    glut_skip()
    _test_basics('pyopengl')
コード例 #11
0
ファイル: test_basics.py プロジェクト: shjoshi/vispy
def test_basics_desktop():
    """ Test desktop GL backend for basic functionality. """
    glut_skip()
    _test_basics('desktop')
コード例 #12
0
def test_functionality_pyopengl():
    """ Test pyopengl GL backend for full functionality. """
    glut_skip()
    _test_functonality('pyopengl')
コード例 #13
0
def test_functionality_desktop():
    """ Test desktop GL backend for full functionality. """
    glut_skip()
    _test_functonality('desktop')