home / tests

testcases

37 rows where testsuite_id = 148716

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
4501536 - 148716 ContentHandlerSanityTest testValidCovers 0.001072 0 0
4501537 - 148716 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002366 0 0
4501538 - 148716 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.001284 0 0
4501539 - 148716 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.001123 0 0
4501540 - 148716 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.001045 0 0
4501541 - 148716 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000873 0 0
4501542 - 148716 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.001202 0 0
4501543 - 148716 ContentHandlerSanityTest testGetParserOutput with data set #0 0.007041 0 0
4501544 - 148716 ContentHandlerSanityTest testGetParserOutput with data set #1 0.008428 0 0
4501545 - 148716 ContentHandlerSanityTest testGetParserOutput with data set #2 0.004291 0 0
4501546 - 148716 ContentHandlerSanityTest testGetParserOutput with data set #3 0.014296 0 0
4501547 - 148716 ContentHandlerSanityTest testGetParserOutput with data set #4 0.002914 0 0
4501548 - 148716 ContentHandlerSanityTest testGetParserOutput with data set #5 0.005318 0 0
4501549 - 148716 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.008117 0 0
4501550 - 148716 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.008438 0 0
4501551 - 148716 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.005938 0 0
4501552 - 148716 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.00836 0 0
4501553 - 148716 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.006113 0 0
4501554 - 148716 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.005686 0 0
4501555 - 148716 ContentHandlerSanityTest testPreloadTransform with data set #0 0.003816 0 0
4501556 - 148716 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002463 0 0
4501557 - 148716 ContentHandlerSanityTest testPreloadTransform with data set #2 0.00253 0 0
4501558 - 148716 ContentHandlerSanityTest testPreloadTransform with data set #3 0.002979 0 0
4501559 - 148716 ContentHandlerSanityTest testPreloadTransform with data set #4 0.002451 0 0
4501560 - 148716 ContentHandlerSanityTest testPreloadTransform with data set #5 0.00229 0 0
4501561 - 148716 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.001453 0 0
4501562 - 148716 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.001029 0 0
4501563 - 148716 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.001003 0 0
4501564 - 148716 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.001008 0 0
4501565 - 148716 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.0009 0 0
4501566 - 148716 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.001052 0 0
4501567 - 148716 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.002248 0 0
4501568 - 148716 DatabaseIntegrationTest testUniformTablePrefix 0.002587 0 0
4501569 - 148716 DatabaseIntegrationTest testValidCovers 0.001385 0 0
4501570 - 148716 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.128805 0 0
4501571 - 148716 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.12231 0 0
4501572 - 148716 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.109041 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 5680.008ms