home / tests

testcases

37 rows where testsuite_id = 1957

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
755424 - 1957 ContentHandlerSanityTest testValidCovers 0.000831 0 0
755425 - 1957 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002307 0 0
755426 - 1957 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.001161 0 0
755427 - 1957 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.001031 0 0
755428 - 1957 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.000901 0 0
755429 - 1957 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000706 0 0
755430 - 1957 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.000882 0 0
755431 - 1957 ContentHandlerSanityTest testGetParserOutput with data set #0 0.005314 0 0
755432 - 1957 ContentHandlerSanityTest testGetParserOutput with data set #1 0.006141 0 0
755433 - 1957 ContentHandlerSanityTest testGetParserOutput with data set #2 0.003178 0 0
755434 - 1957 ContentHandlerSanityTest testGetParserOutput with data set #3 0.011701 0 0
755435 - 1957 ContentHandlerSanityTest testGetParserOutput with data set #4 0.002584 0 0
755436 - 1957 ContentHandlerSanityTest testGetParserOutput with data set #5 0.004559 0 0
755437 - 1957 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.007861 0 0
755438 - 1957 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.007883 0 0
755439 - 1957 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.005801 0 0
755440 - 1957 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.007947 0 0
755441 - 1957 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.005933 0 0
755442 - 1957 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.005796 0 0
755443 - 1957 ContentHandlerSanityTest testPreloadTransform with data set #0 0.003609 0 0
755444 - 1957 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002261 0 0
755445 - 1957 ContentHandlerSanityTest testPreloadTransform with data set #2 0.002091 0 0
755446 - 1957 ContentHandlerSanityTest testPreloadTransform with data set #3 0.002154 0 0
755447 - 1957 ContentHandlerSanityTest testPreloadTransform with data set #4 0.002167 0 0
755448 - 1957 ContentHandlerSanityTest testPreloadTransform with data set #5 0.002092 0 0
755449 - 1957 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000804 0 0
755450 - 1957 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.001453 0 0
755451 - 1957 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.000765 0 0
755452 - 1957 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.000738 0 0
755453 - 1957 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000761 0 0
755454 - 1957 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000765 0 0
755455 - 1957 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.002029 0 0
755456 - 1957 DatabaseIntegrationTest testUniformTablePrefix 0.002252 0 0
755457 - 1957 DatabaseIntegrationTest testValidCovers 0.001024 0 0
755458 - 1957 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.121703 0 0
755459 - 1957 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.113795 0 0
755460 - 1957 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.100318 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 5632.201ms