home / tests

testcases

37 rows where testsuite_id = 138421

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
4193152 - 138421 ContentHandlerSanityTest testValidCovers 0.001203 0 0
4193153 - 138421 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002736 0 0
4193154 - 138421 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.001229 0 0
4193155 - 138421 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.001139 0 0
4193156 - 138421 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.000988 0 0
4193157 - 138421 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000821 0 0
4193158 - 138421 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.001047 0 0
4193159 - 138421 ContentHandlerSanityTest testGetParserOutput with data set #0 0.007217 0 0
4193160 - 138421 ContentHandlerSanityTest testGetParserOutput with data set #1 0.00809 0 0
4193161 - 138421 ContentHandlerSanityTest testGetParserOutput with data set #2 0.003833 0 0
4193162 - 138421 ContentHandlerSanityTest testGetParserOutput with data set #3 0.014085 0 0
4193163 - 138421 ContentHandlerSanityTest testGetParserOutput with data set #4 0.002749 0 0
4193164 - 138421 ContentHandlerSanityTest testGetParserOutput with data set #5 0.005753 0 0
4193165 - 138421 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.008215 0 0
4193166 - 138421 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.008952 0 0
4193167 - 138421 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.007591 0 0
4193168 - 138421 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.00964 0 0
4193169 - 138421 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.00569 0 0
4193170 - 138421 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.005174 0 0
4193171 - 138421 ContentHandlerSanityTest testPreloadTransform with data set #0 0.003567 0 0
4193172 - 138421 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002218 0 0
4193173 - 138421 ContentHandlerSanityTest testPreloadTransform with data set #2 0.002205 0 0
4193174 - 138421 ContentHandlerSanityTest testPreloadTransform with data set #3 0.002182 0 0
4193175 - 138421 ContentHandlerSanityTest testPreloadTransform with data set #4 0.002267 0 0
4193176 - 138421 ContentHandlerSanityTest testPreloadTransform with data set #5 0.002243 0 0
4193177 - 138421 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000855 0 0
4193178 - 138421 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.000784 0 0
4193179 - 138421 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.000804 0 0
4193180 - 138421 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.000744 0 0
4193181 - 138421 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000795 0 0
4193182 - 138421 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.001165 0 0
4193183 - 138421 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.00239 0 0
4193184 - 138421 DatabaseIntegrationTest testUniformTablePrefix 0.002399 0 0
4193185 - 138421 DatabaseIntegrationTest testValidCovers 0.001174 0 0
4193186 - 138421 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.128356 0 0
4193187 - 138421 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.121705 0 0
4193188 - 138421 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.108194 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 5575.377ms