home / tests

testcases

37 rows where testsuite_id = 1965

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
770128 - 1965 ContentHandlerSanityTest testValidCovers 0.000747 0 0
770129 - 1965 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002498 0 0
770130 - 1965 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.000857 0 0
770131 - 1965 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.000894 0 0
770132 - 1965 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.000826 0 0
770133 - 1965 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000687 0 0
770134 - 1965 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.000829 0 0
770135 - 1965 ContentHandlerSanityTest testGetParserOutput with data set #0 0.004933 0 0
770136 - 1965 ContentHandlerSanityTest testGetParserOutput with data set #1 0.00547 0 0
770137 - 1965 ContentHandlerSanityTest testGetParserOutput with data set #2 0.00283 0 0
770138 - 1965 ContentHandlerSanityTest testGetParserOutput with data set #3 0.012565 0 0
770139 - 1965 ContentHandlerSanityTest testGetParserOutput with data set #4 0.002651 0 0
770140 - 1965 ContentHandlerSanityTest testGetParserOutput with data set #5 0.004864 0 0
770141 - 1965 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.007263 0 0
770142 - 1965 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.007144 0 0
770143 - 1965 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.005507 0 0
770144 - 1965 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.007401 0 0
770145 - 1965 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.00457 0 0
770146 - 1965 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.004694 0 0
770147 - 1965 ContentHandlerSanityTest testPreloadTransform with data set #0 0.003427 0 0
770148 - 1965 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002045 0 0
770149 - 1965 ContentHandlerSanityTest testPreloadTransform with data set #2 0.002178 0 0
770150 - 1965 ContentHandlerSanityTest testPreloadTransform with data set #3 0.00179 0 0
770151 - 1965 ContentHandlerSanityTest testPreloadTransform with data set #4 0.001685 0 0
770152 - 1965 ContentHandlerSanityTest testPreloadTransform with data set #5 0.001704 0 0
770153 - 1965 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000988 0 0
770154 - 1965 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.00101 0 0
770155 - 1965 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.000835 0 0
770156 - 1965 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.00065 0 0
770157 - 1965 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000681 0 0
770158 - 1965 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000747 0 0
770159 - 1965 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.001814 0 0
770160 - 1965 DatabaseIntegrationTest testUniformTablePrefix 0.002428 0 0
770161 - 1965 DatabaseIntegrationTest testValidCovers 0.001287 0 0
770162 - 1965 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.133786 0 0
770163 - 1965 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.112505 0 0
770164 - 1965 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.101625 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 5661.974ms