webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Namespaces | |
buildtests | |
Functions | |
def | buildtests.appendtest (tests, input, expected) |
Variables | |
string | buildtests.doctmpl |
string | buildtests.testobj = "{name:'%s', input:'%s', expected:'%s'}" |
buildtests.files = os.listdir('dat/') | |
list | buildtests.tests = [] |
string | buildtests.input = "" |
string | buildtests.expected = "" |
string | buildtests.state = "" |
buildtests.f = open('dat/'+file) | |
buildtests.line = f.readline() | |
buildtests.barename = file.replace(".dat", "") | |
buildtests.out = open('tests/'+barename+".html", "w") | |