home / tests

testcases

37 rows where testsuite_id = 140643

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
4254117 - 140643 ContentHandlerSanityTest testValidCovers 0.000805 0 0
4254118 - 140643 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002133 0 0
4254119 - 140643 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.001199 0 0
4254120 - 140643 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.001077 0 0
4254121 - 140643 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.000902 0 0
4254122 - 140643 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000802 0 0
4254123 - 140643 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.000866 0 0
4254124 - 140643 ContentHandlerSanityTest testGetParserOutput with data set #0 0.006926 0 0
4254125 - 140643 ContentHandlerSanityTest testGetParserOutput with data set #1 0.00792 0 0
4254126 - 140643 ContentHandlerSanityTest testGetParserOutput with data set #2 0.003791 0 0
4254127 - 140643 ContentHandlerSanityTest testGetParserOutput with data set #3 0.01384 0 0
4254128 - 140643 ContentHandlerSanityTest testGetParserOutput with data set #4 0.002776 0 0
4254129 - 140643 ContentHandlerSanityTest testGetParserOutput with data set #5 0.005112 0 0
4254130 - 140643 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.009038 0 0
4254131 - 140643 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.007877 0 0
4254132 - 140643 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.005909 0 0
4254133 - 140643 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.007946 0 0
4254134 - 140643 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.006382 0 0
4254135 - 140643 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.006024 0 0
4254136 - 140643 ContentHandlerSanityTest testPreloadTransform with data set #0 0.003644 0 0
4254137 - 140643 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002133 0 0
4254138 - 140643 ContentHandlerSanityTest testPreloadTransform with data set #2 0.002251 0 0
4254139 - 140643 ContentHandlerSanityTest testPreloadTransform with data set #3 0.002127 0 0
4254140 - 140643 ContentHandlerSanityTest testPreloadTransform with data set #4 0.002093 0 0
4254141 - 140643 ContentHandlerSanityTest testPreloadTransform with data set #5 0.00209 0 0
4254142 - 140643 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000869 0 0
4254143 - 140643 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.000777 0 0
4254144 - 140643 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.00074 0 0
4254145 - 140643 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.000741 0 0
4254146 - 140643 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000714 0 0
4254147 - 140643 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000767 0 0
4254148 - 140643 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.002077 0 0
4254149 - 140643 DatabaseIntegrationTest testUniformTablePrefix 0.002373 0 0
4254150 - 140643 DatabaseIntegrationTest testValidCovers 0.001062 0 0
4254151 - 140643 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.122221 0 0
4254152 - 140643 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.113186 0 0
4254153 - 140643 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.101983 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 6108.372ms