home / tests

testcases

37 rows where testsuite_id = 79523

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
2409788 - 79523 ContentHandlerSanityTest testValidCovers 0.000887 0 0
2409789 - 79523 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002306 0 0
2409790 - 79523 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.001225 0 0
2409791 - 79523 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.001019 0 0
2409792 - 79523 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.00095 0 0
2409793 - 79523 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000775 0 0
2409794 - 79523 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.000856 0 0
2409795 - 79523 ContentHandlerSanityTest testGetParserOutput with data set #0 0.006736 0 0
2409796 - 79523 ContentHandlerSanityTest testGetParserOutput with data set #1 0.007601 0 0
2409797 - 79523 ContentHandlerSanityTest testGetParserOutput with data set #2 0.003634 0 0
2409798 - 79523 ContentHandlerSanityTest testGetParserOutput with data set #3 0.013472 0 0
2409799 - 79523 ContentHandlerSanityTest testGetParserOutput with data set #4 0.002746 0 0
2409800 - 79523 ContentHandlerSanityTest testGetParserOutput with data set #5 0.005492 0 0
2409801 - 79523 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.008818 0 0
2409802 - 79523 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.009207 0 0
2409803 - 79523 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.006872 0 0
2409804 - 79523 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.008843 0 0
2409805 - 79523 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.006314 0 0
2409806 - 79523 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.006012 0 0
2409807 - 79523 ContentHandlerSanityTest testPreloadTransform with data set #0 0.00377 0 0
2409808 - 79523 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002206 0 0
2409809 - 79523 ContentHandlerSanityTest testPreloadTransform with data set #2 0.002247 0 0
2409810 - 79523 ContentHandlerSanityTest testPreloadTransform with data set #3 0.002229 0 0
2409811 - 79523 ContentHandlerSanityTest testPreloadTransform with data set #4 0.00216 0 0
2409812 - 79523 ContentHandlerSanityTest testPreloadTransform with data set #5 0.002181 0 0
2409813 - 79523 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000855 0 0
2409814 - 79523 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.000763 0 0
2409815 - 79523 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.000741 0 0
2409816 - 79523 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.000786 0 0
2409817 - 79523 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000792 0 0
2409818 - 79523 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000761 0 0
2409819 - 79523 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.002159 0 0
2409820 - 79523 DatabaseIntegrationTest testUniformTablePrefix 0.002483 0 0
2409821 - 79523 DatabaseIntegrationTest testValidCovers 0.001089 0 0
2409822 - 79523 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.13014 0 0
2409823 - 79523 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.121462 0 0
2409824 - 79523 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.109072 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 5707.06ms