home / tests

testcases

32 rows where testsuite_id = 2067

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1093894 - 2067 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.00435 0 0
1093895 - 2067 DatabaseIntegrationTest testValidCovers 0.00133 0 0
1093896 - 2067 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.01637 0 0
1093897 - 2067 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004808 0 0
1093898 - 2067 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004722 0 0
1093899 - 2067 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.005618 0 0
1093900 - 2067 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001538 0 0
1093901 - 2067 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001372 0 0
1093902 - 2067 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001185 0 0
1093903 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.001728 0 0
1093904 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001283 0 0
1093905 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001291 0 0
1093906 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001295 0 0
1093907 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001265 0 0
1093908 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001359 0 0
1093909 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.00135 0 0
1093910 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.020723 0 0
1093911 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001796 0 0
1093912 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.0014 0 0
1093913 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.004743 0 0
1093914 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.012769 0 0
1093915 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001989 0 0
1093916 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.00157 0 0
1093917 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.00297 0 0
1093918 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.005956 0 0
1093919 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001788 0 0
1093920 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001611 0 0
1093921 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.018975 0 0
1093922 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.002352 0 0
1093923 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001761 0 0
1093924 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.00161 0 0
1093925 - 2067 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001793 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE testcases (
            id INTEGER PRIMARY KEY,
            testsuite_id INTEGER NOT NULL,
            classname TEXT,
            name TEXT,
            time REAL,
            failure INTEGER NOT NULL,
            skipped INTEGER NOT NULL,
            CHECK (failure IN (0, 1)),
            CHECK (skipped IN (0, 1)),
            FOREIGN KEY(testsuite_id) REFERENCES testsuites(id)
        );
Powered by Datasette · Queries took 7174.928ms