home / tests

testcases

37 rows where testsuite_id = 178093

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5463418 - 178093 ContentHandlerSanityTest testValidCovers 0.000875 0 0
5463419 - 178093 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002341 0 0
5463420 - 178093 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.001022 0 0
5463421 - 178093 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.001083 0 0
5463422 - 178093 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.001009 0 0
5463423 - 178093 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000807 0 0
5463424 - 178093 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.000894 0 0
5463425 - 178093 ContentHandlerSanityTest testGetParserOutput with data set #0 0.007337 0 0
5463426 - 178093 ContentHandlerSanityTest testGetParserOutput with data set #1 0.007119 0 0
5463427 - 178093 ContentHandlerSanityTest testGetParserOutput with data set #2 0.003413 0 0
5463428 - 178093 ContentHandlerSanityTest testGetParserOutput with data set #3 0.013526 0 0
5463429 - 178093 ContentHandlerSanityTest testGetParserOutput with data set #4 0.002571 0 0
5463430 - 178093 ContentHandlerSanityTest testGetParserOutput with data set #5 0.00524 0 0
5463431 - 178093 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.008024 0 0
5463432 - 178093 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.008269 0 0
5463433 - 178093 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.006739 0 0
5463434 - 178093 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.009327 0 0
5463435 - 178093 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.006071 0 0
5463436 - 178093 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.006545 0 0
5463437 - 178093 ContentHandlerSanityTest testPreloadTransform with data set #0 0.00374 0 0
5463438 - 178093 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002291 0 0
5463439 - 178093 ContentHandlerSanityTest testPreloadTransform with data set #2 0.002241 0 0
5463440 - 178093 ContentHandlerSanityTest testPreloadTransform with data set #3 0.002366 0 0
5463441 - 178093 ContentHandlerSanityTest testPreloadTransform with data set #4 0.002252 0 0
5463442 - 178093 ContentHandlerSanityTest testPreloadTransform with data set #5 0.002203 0 0
5463443 - 178093 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000842 0 0
5463444 - 178093 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.000766 0 0
5463445 - 178093 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.00111 0 0
5463446 - 178093 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.0008 0 0
5463447 - 178093 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000883 0 0
5463448 - 178093 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000718 0 0
5463449 - 178093 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.002136 0 0
5463450 - 178093 DatabaseIntegrationTest testUniformTablePrefix 0.002346 0 0
5463451 - 178093 DatabaseIntegrationTest testValidCovers 0.001113 0 0
5463452 - 178093 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.124759 0 0
5463453 - 178093 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.119081 0 0
5463454 - 178093 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.105473 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 8664.408ms