コード例 #1
0
ファイル: test_examples.py プロジェクト: giltis/pyqtgraph
def test_examples(frontend, f):
    # Test the examples with whatever the current QT_LIB front
    # end is
    print('frontend = %s. f = %s' % (frontend, f))
    if not frontends[frontend]:
        pytest.skip('{} is not installed. Skipping tests'.format(frontend))
    utils.testFile(f[0], f[1], utils.sys.executable, frontend)
コード例 #2
0
ファイル: test_examples.py プロジェクト: mainczjs/Playground
def test_examples(frontend, f):
    # Test the examples with all available front-ends
    print("frontend = %s. f = %s" % (frontend, f))
    if not frontends[frontend]:
        pytest.skip("{} is not installed. Skipping tests".format(frontend))
    utils.testFile(f[0], f[1], utils.sys.executable, frontend)
コード例 #3
0
ファイル: test_examples.py プロジェクト: gyenney/Tools
def test_examples(frontend, f):
    # Test the examples with all available front-ends
    print('frontend = %s. f = %s' % (frontend, f))
    if not frontends[frontend]:
        pytest.skip('{} is not installed. Skipping tests'.format(frontend))
    utils.testFile(f[0], f[1], utils.sys.executable, frontend)