home / tests

testcases

37 rows where testsuite_id = 62185

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
2139423 - 62185 ContentHandlerSanityTest testValidCovers 0.000809 0 0
2139424 - 62185 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002307 0 0
2139425 - 62185 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.001064 0 0
2139426 - 62185 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.000979 0 0
2139427 - 62185 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.000861 0 0
2139428 - 62185 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000728 0 0
2139429 - 62185 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.000874 0 0
2139430 - 62185 ContentHandlerSanityTest testGetParserOutput with data set #0 0.006234 0 0
2139431 - 62185 ContentHandlerSanityTest testGetParserOutput with data set #1 0.007154 0 0
2139432 - 62185 ContentHandlerSanityTest testGetParserOutput with data set #2 0.003273 0 0
2139433 - 62185 ContentHandlerSanityTest testGetParserOutput with data set #3 0.012518 0 0
2139434 - 62185 ContentHandlerSanityTest testGetParserOutput with data set #4 0.00257 0 0
2139435 - 62185 ContentHandlerSanityTest testGetParserOutput with data set #5 0.004919 0 0
2139436 - 62185 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.007468 0 0
2139437 - 62185 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.007671 0 0
2139438 - 62185 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.005748 0 0
2139439 - 62185 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.007504 0 0
2139440 - 62185 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.005796 0 0
2139441 - 62185 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.00574 0 0
2139442 - 62185 ContentHandlerSanityTest testPreloadTransform with data set #0 0.003504 0 0
2139443 - 62185 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002171 0 0
2139444 - 62185 ContentHandlerSanityTest testPreloadTransform with data set #2 0.00205 0 0
2139445 - 62185 ContentHandlerSanityTest testPreloadTransform with data set #3 0.002024 0 0
2139446 - 62185 ContentHandlerSanityTest testPreloadTransform with data set #4 0.002059 0 0
2139447 - 62185 ContentHandlerSanityTest testPreloadTransform with data set #5 0.002024 0 0
2139448 - 62185 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000836 0 0
2139449 - 62185 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.000729 0 0
2139450 - 62185 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.00075 0 0
2139451 - 62185 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.000712 0 0
2139452 - 62185 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000738 0 0
2139453 - 62185 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000714 0 0
2139454 - 62185 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.001925 0 0
2139455 - 62185 DatabaseIntegrationTest testUniformTablePrefix 0.002175 0 0
2139456 - 62185 DatabaseIntegrationTest testValidCovers 0.00105 0 0
2139457 - 62185 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.117704 0 0
2139458 - 62185 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.111495 0 0
2139459 - 62185 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.099601 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 6509.983ms