예제 #1
0
def test_apps():

    # if os.getenv('TRAVIS', '') == 'true':
    # skip('This live test is skipped on Travis for now.')
    if not webruntime.has_firefox():
        skip('This live test needs firefox.')

    runner(TesterApp1)
    runner(TesterApp2)
예제 #2
0
def test_apps():
    
    if not webruntime.has_firefox():
        skip('This live test needs firefox.')
    
    runner(ModelA)
    runner(ModelB)
    runner(ModelC)
    runner(ModelD)
    runner(ModelE)