home / tests

testcases

42 rows where testsuite_id = 76819

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
2357535 - 76819 ContentHandlerSanityTest testValidCovers 0.000947 0 0
2357536 - 76819 ContentHandlerSanityTest testMakeEmptyContent with data set #0 0.002663 0 0
2357537 - 76819 ContentHandlerSanityTest testMakeEmptyContent with data set #1 0.000987 0 0
2357538 - 76819 ContentHandlerSanityTest testMakeEmptyContent with data set #2 0.000972 0 0
2357539 - 76819 ContentHandlerSanityTest testMakeEmptyContent with data set #3 0.000867 0 0
2357540 - 76819 ContentHandlerSanityTest testMakeEmptyContent with data set #4 0.000768 0 0
2357541 - 76819 ContentHandlerSanityTest testMakeEmptyContent with data set #5 0.000886 0 0
2357542 - 76819 ContentHandlerSanityTest testGetParserOutput with data set #0 0.0061 0 0
2357543 - 76819 ContentHandlerSanityTest testGetParserOutput with data set #1 0.006875 0 0
2357544 - 76819 ContentHandlerSanityTest testGetParserOutput with data set #2 0.003534 0 0
2357545 - 76819 ContentHandlerSanityTest testGetParserOutput with data set #3 0.00617 0 0
2357546 - 76819 ContentHandlerSanityTest testGetParserOutput with data set #4 0.004018 0 0
2357547 - 76819 ContentHandlerSanityTest testGetParserOutput with data set #5 0.00568 0 0
2357548 - 76819 ContentHandlerSanityTest testPreSaveTransform with data set #0 0.007866 0 0
2357549 - 76819 ContentHandlerSanityTest testPreSaveTransform with data set #1 0.008099 0 0
2357550 - 76819 ContentHandlerSanityTest testPreSaveTransform with data set #2 0.006 0 0
2357551 - 76819 ContentHandlerSanityTest testPreSaveTransform with data set #3 0.008983 0 0
2357552 - 76819 ContentHandlerSanityTest testPreSaveTransform with data set #4 0.006046 0 0
2357553 - 76819 ContentHandlerSanityTest testPreSaveTransform with data set #5 0.005773 0 0
2357554 - 76819 ContentHandlerSanityTest testPreloadTransform with data set #0 0.003545 0 0
2357555 - 76819 ContentHandlerSanityTest testPreloadTransform with data set #1 0.002122 0 0
2357556 - 76819 ContentHandlerSanityTest testPreloadTransform with data set #2 0.002034 0 0
2357557 - 76819 ContentHandlerSanityTest testPreloadTransform with data set #3 0.00209 0 0
2357558 - 76819 ContentHandlerSanityTest testPreloadTransform with data set #4 0.002158 0 0
2357559 - 76819 ContentHandlerSanityTest testPreloadTransform with data set #5 0.00212 0 0
2357560 - 76819 ContentHandlerSanityTest testSerializationRoundTrips with data set #0 0.000873 0 0
2357561 - 76819 ContentHandlerSanityTest testSerializationRoundTrips with data set #1 0.000773 0 0
2357562 - 76819 ContentHandlerSanityTest testSerializationRoundTrips with data set #2 0.000766 0 0
2357563 - 76819 ContentHandlerSanityTest testSerializationRoundTrips with data set #3 0.000724 0 0
2357564 - 76819 ContentHandlerSanityTest testSerializationRoundTrips with data set #4 0.000742 0 0
2357565 - 76819 ContentHandlerSanityTest testSerializationRoundTrips with data set #5 0.000753 0 0
2357566 - 76819 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.002298 0 0
2357567 - 76819 DatabaseIntegrationTest testUniformTablePrefix 0.002489 0 0
2357568 - 76819 DatabaseIntegrationTest testValidCovers 0.001031 0 0
2357569 - 76819 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.12504 0 0
2357570 - 76819 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.117835 0 0
2357571 - 76819 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.105531 0 0
2357572 - 76819 MediaWiki.Extension.LDAPProvider.Tests.UserDomainStoreTest testGetDomainForUser 0.008071 0 0
2357573 - 76819 MediaWiki.Extension.LDAPProvider.Tests.UserDomainStoreTest testSetDomainForUser 0.011113 0 0
2357574 - 76819 MediaWiki.Extension.LDAPProvider.Tests.UserDomainStoreTest testGetDomainForUserWithDefaultDomainSuccess 0.010854 0 0
2357575 - 76819 MediaWiki.Extension.LDAPProvider.Tests.UserDomainStoreTest testGetDomainForUserWithDefaultDomainFail 0.009919 0 0
2357576 - 76819 MediaWiki.Extension.LDAPProvider.Tests.UserDomainStoreTest testValidCovers 0.006513 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 6200.576ms