home / tests

testcases

37 rows where testsuite_id = 1981

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
799546 - 1981 ContentHandlerSanityTest testValidCovers 0.000812 0 0
799547 - 1981 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002539 0 0
799548 - 1981 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.001094 0 0
799549 - 1981 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.001073 0 0
799550 - 1981 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.000903 0 0
799551 - 1981 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000766 0 0
799552 - 1981 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.000917 0 0
799553 - 1981 ContentHandlerSanityTest testGetParserOutput with data set #0 0.00576 0 0
799554 - 1981 ContentHandlerSanityTest testGetParserOutput with data set #1 0.0065 0 0
799555 - 1981 ContentHandlerSanityTest testGetParserOutput with data set #2 0.003401 0 0
799556 - 1981 ContentHandlerSanityTest testGetParserOutput with data set #3 0.011808 0 0
799557 - 1981 ContentHandlerSanityTest testGetParserOutput with data set #4 0.002445 0 0
799558 - 1981 ContentHandlerSanityTest testGetParserOutput with data set #5 0.004504 0 0
799559 - 1981 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.007856 0 0
799560 - 1981 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.007914 0 0
799561 - 1981 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.005916 0 0
799562 - 1981 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.007829 0 0
799563 - 1981 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.005752 0 0
799564 - 1981 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.005561 0 0
799565 - 1981 ContentHandlerSanityTest testPreloadTransform with data set #0 0.003586 0 0
799566 - 1981 ContentHandlerSanityTest testPreloadTransform with data set #1 0.00219 0 0
799567 - 1981 ContentHandlerSanityTest testPreloadTransform with data set #2 0.002073 0 0
799568 - 1981 ContentHandlerSanityTest testPreloadTransform with data set #3 0.002084 0 0
799569 - 1981 ContentHandlerSanityTest testPreloadTransform with data set #4 0.00207 0 0
799570 - 1981 ContentHandlerSanityTest testPreloadTransform with data set #5 0.002061 0 0
799571 - 1981 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000797 0 0
799572 - 1981 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.000723 0 0
799573 - 1981 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.00073 0 0
799574 - 1981 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.000703 0 0
799575 - 1981 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000706 0 0
799576 - 1981 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000699 0 0
799577 - 1981 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.001949 0 0
799578 - 1981 DatabaseIntegrationTest testUniformTablePrefix 0.002181 0 0
799579 - 1981 DatabaseIntegrationTest testValidCovers 0.001117 0 0
799580 - 1981 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.118416 0 0
799581 - 1981 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.11282 0 0
799582 - 1981 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.098405 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 5644.192ms