home / tests

testcases

37 rows where testsuite_id = 1949

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
740720 - 1949 ContentHandlerSanityTest testValidCovers 0.000836 0 0
740721 - 1949 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002188 0 0
740722 - 1949 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.001062 0 0
740723 - 1949 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.00101 0 0
740724 - 1949 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.001037 0 0
740725 - 1949 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000844 0 0
740726 - 1949 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.00095 0 0
740727 - 1949 ContentHandlerSanityTest testGetParserOutput with data set #0 0.005207 0 0
740728 - 1949 ContentHandlerSanityTest testGetParserOutput with data set #1 0.00645 0 0
740729 - 1949 ContentHandlerSanityTest testGetParserOutput with data set #2 0.003406 0 0
740730 - 1949 ContentHandlerSanityTest testGetParserOutput with data set #3 0.012375 0 0
740731 - 1949 ContentHandlerSanityTest testGetParserOutput with data set #4 0.002358 0 0
740732 - 1949 ContentHandlerSanityTest testGetParserOutput with data set #5 0.004344 0 0
740733 - 1949 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.007728 0 0
740734 - 1949 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.008067 0 0
740735 - 1949 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.006141 0 0
740736 - 1949 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.008071 0 0
740737 - 1949 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.005926 0 0
740738 - 1949 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.005846 0 0
740739 - 1949 ContentHandlerSanityTest testPreloadTransform with data set #0 0.003471 0 0
740740 - 1949 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002105 0 0
740741 - 1949 ContentHandlerSanityTest testPreloadTransform with data set #2 0.00216 0 0
740742 - 1949 ContentHandlerSanityTest testPreloadTransform with data set #3 0.002165 0 0
740743 - 1949 ContentHandlerSanityTest testPreloadTransform with data set #4 0.002097 0 0
740744 - 1949 ContentHandlerSanityTest testPreloadTransform with data set #5 0.00213 0 0
740745 - 1949 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000844 0 0
740746 - 1949 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.000771 0 0
740747 - 1949 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.000783 0 0
740748 - 1949 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.00075 0 0
740749 - 1949 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.00074 0 0
740750 - 1949 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000766 0 0
740751 - 1949 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.002258 0 0
740752 - 1949 DatabaseIntegrationTest testUniformTablePrefix 0.002339 0 0
740753 - 1949 DatabaseIntegrationTest testValidCovers 0.001134 0 0
740754 - 1949 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.12281 0 0
740755 - 1949 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.113575 0 0
740756 - 1949 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.103278 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 5550.429ms