home / tests

testcases

37 rows where testsuite_id = 1941

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
726016 - 1941 ContentHandlerSanityTest testValidCovers 0.00081 0 0
726017 - 1941 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002146 0 0
726018 - 1941 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.00098 0 0
726019 - 1941 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.000994 0 0
726020 - 1941 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.000938 0 0
726021 - 1941 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000754 0 0
726022 - 1941 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.000889 0 0
726023 - 1941 ContentHandlerSanityTest testGetParserOutput with data set #0 0.004923 0 0
726024 - 1941 ContentHandlerSanityTest testGetParserOutput with data set #1 0.00577 0 0
726025 - 1941 ContentHandlerSanityTest testGetParserOutput with data set #2 0.003101 0 0
726026 - 1941 ContentHandlerSanityTest testGetParserOutput with data set #3 0.010884 0 0
726027 - 1941 ContentHandlerSanityTest testGetParserOutput with data set #4 0.002206 0 0
726028 - 1941 ContentHandlerSanityTest testGetParserOutput with data set #5 0.003938 0 0
726029 - 1941 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.006657 0 0
726030 - 1941 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.006824 0 0
726031 - 1941 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.00501 0 0
726032 - 1941 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.007839 0 0
726033 - 1941 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.005052 0 0
726034 - 1941 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.00502 0 0
726035 - 1941 ContentHandlerSanityTest testPreloadTransform with data set #0 0.003119 0 0
726036 - 1941 ContentHandlerSanityTest testPreloadTransform with data set #1 0.001925 0 0
726037 - 1941 ContentHandlerSanityTest testPreloadTransform with data set #2 0.001936 0 0
726038 - 1941 ContentHandlerSanityTest testPreloadTransform with data set #3 0.001842 0 0
726039 - 1941 ContentHandlerSanityTest testPreloadTransform with data set #4 0.001937 0 0
726040 - 1941 ContentHandlerSanityTest testPreloadTransform with data set #5 0.001857 0 0
726041 - 1941 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000843 0 0
726042 - 1941 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.000775 0 0
726043 - 1941 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.000741 0 0
726044 - 1941 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.000746 0 0
726045 - 1941 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000749 0 0
726046 - 1941 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000793 0 0
726047 - 1941 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.001679 0 0
726048 - 1941 DatabaseIntegrationTest testUniformTablePrefix 0.002272 0 0
726049 - 1941 DatabaseIntegrationTest testValidCovers 0.001142 0 0
726050 - 1941 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.118252 0 0
726051 - 1941 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.112005 0 0
726052 - 1941 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.101849 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 5743.805ms