home / tests

testcases

37 rows where testsuite_id = 42144

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1877744 - 42144 ContentHandlerSanityTest testValidCovers 0.001101 0 0
1877745 - 42144 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.003382 0 0
1877746 - 42144 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.001436 0 0
1877747 - 42144 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.001483 0 0
1877748 - 42144 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.001246 0 0
1877749 - 42144 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.001107 0 0
1877750 - 42144 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.001278 0 0
1877751 - 42144 ContentHandlerSanityTest testGetParserOutput with data set #0 0.009133 0 0
1877752 - 42144 ContentHandlerSanityTest testGetParserOutput with data set #1 0.011275 0 0
1877753 - 42144 ContentHandlerSanityTest testGetParserOutput with data set #2 0.00501 0 0
1877754 - 42144 ContentHandlerSanityTest testGetParserOutput with data set #3 0.019801 0 0
1877755 - 42144 ContentHandlerSanityTest testGetParserOutput with data set #4 0.003862 0 0
1877756 - 42144 ContentHandlerSanityTest testGetParserOutput with data set #5 0.007938 0 0
1877757 - 42144 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.015022 0 0
1877758 - 42144 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.011039 0 0
1877759 - 42144 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.007776 0 0
1877760 - 42144 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.010219 0 0
1877761 - 42144 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.008417 0 0
1877762 - 42144 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.007504 0 0
1877763 - 42144 ContentHandlerSanityTest testPreloadTransform with data set #0 0.004667 0 0
1877764 - 42144 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002891 0 0
1877765 - 42144 ContentHandlerSanityTest testPreloadTransform with data set #2 0.002836 0 0
1877766 - 42144 ContentHandlerSanityTest testPreloadTransform with data set #3 0.002938 0 0
1877767 - 42144 ContentHandlerSanityTest testPreloadTransform with data set #4 0.002814 0 0
1877768 - 42144 ContentHandlerSanityTest testPreloadTransform with data set #5 0.002635 0 0
1877769 - 42144 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.001146 0 0
1877770 - 42144 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.001015 0 0
1877771 - 42144 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.000952 0 0
1877772 - 42144 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.001008 0 0
1877773 - 42144 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000931 0 0
1877774 - 42144 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000979 0 0
1877775 - 42144 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.002728 0 0
1877776 - 42144 DatabaseIntegrationTest testUniformTablePrefix 0.003029 0 0
1877777 - 42144 DatabaseIntegrationTest testValidCovers 0.001293 0 0
1877778 - 42144 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.132141 0 0
1877779 - 42144 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.123292 0 0
1877780 - 42144 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.110254 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 5888.442ms