Variables | |
string | all_html |
tuple | browsers = list(targets.values()) |
tuple | c = ConfigParser() |
int | count = 0 |
tuple | f = open("fail.%s.%s.html" % (time.time(), b['name']), "w") |
int | fail = 0 |
list | filename = sys.argv[2] |
tuple | html = s.get_eval("window.document.getElementById('results').innerHTML") |
keep_going = True | |
tuple | last_change = time.time() |
int | MAX_TEST_LENGTH = 300 |
tuple | new_fail = int(s.get_eval('window.Test.AnotherWay._g_fail_pages')) |
tuple | new_ok = int(s.get_eval('window.Test.AnotherWay._g_ok_pages')) |
int | ok = 0 |
tuple | s = selenium(b['host'], 4444, "*%s" % b['browsercmd'], server) |
tuple | sections = c.sections() |
tuple | server = c.get('config', 'server') |
dictionary | targets = {} |
tuple | url = c.get('config', 'url') |
string test_ol::all_html |
00001 """<html> 00002 <head> 00003 <meta content="text/html; charset=utf-8" http-equiv="content-type" /> 00004 </head> 00005 <body>%s</body></html>"""
Definition at line 80 of file test_ol.py.
list test_ol::browsers = list(targets.values()) |
Definition at line 31 of file test_ol.py.
tuple test_ol::c = ConfigParser() |
Definition at line 12 of file test_ol.py.
tuple test_ol::count = 0 |
Definition at line 55 of file test_ol.py.
tuple test_ol::f = open("fail.%s.%s.html" % (time.time(), b['name']), "w") |
Definition at line 86 of file test_ol.py.
test_ol::fail = 0 |
Definition at line 61 of file test_ol.py.
string test_ol::filename = sys.argv[2] |
Definition at line 8 of file test_ol.py.
tuple test_ol::html = s.get_eval("window.document.getElementById('results').innerHTML") |
Definition at line 79 of file test_ol.py.
test_ol::keep_going = True |
Definition at line 38 of file test_ol.py.
tuple test_ol::last_change = time.time() |
Definition at line 62 of file test_ol.py.
tuple test_ol::MAX_TEST_LENGTH = 300 |
Definition at line 6 of file test_ol.py.
tuple test_ol::new_fail = int(s.get_eval('window.Test.AnotherWay._g_fail_pages')) |
Definition at line 65 of file test_ol.py.
tuple test_ol::new_ok = int(s.get_eval('window.Test.AnotherWay._g_ok_pages')) |
Definition at line 64 of file test_ol.py.
test_ol::ok = 0 |
Definition at line 60 of file test_ol.py.
tuple test_ol::s = selenium(b['host'], 4444, "*%s" % b['browsercmd'], server) |
Definition at line 46 of file test_ol.py.
tuple test_ol::sections = c.sections() |
Definition at line 23 of file test_ol.py.
tuple test_ol::server = c.get('config', 'server') |
Definition at line 17 of file test_ol.py.
dictionary test_ol::targets = {} |
Definition at line 15 of file test_ol.py.
tuple test_ol::url = c.get('config', 'url') |
Definition at line 18 of file test_ol.py.