home / tests

testcases

5 rows where testsuite_id = 237734

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
12715772 /workspace/src/extensions/TheWikipediaLibrary 237734 TheWikipediaLibraryEchoTest testNoDupes 0.494922 0 0
12715773 /workspace/src/extensions/TheWikipediaLibrary 237734 TheWikipediaLibraryEchoTest testValidCovers 0.002868 0 0
12715774 /workspace/src/extensions/TheWikipediaLibrary 237734 TheWikipediaLibraryHooksTest testIsTwlEligibleUserNotified 0.020664 0 0
12715775 /workspace/src/extensions/TheWikipediaLibrary 237734 TheWikipediaLibraryHooksTest testIsTwlEligibleUserNotNotified 0.004164 0 0
12715776 /workspace/src/extensions/TheWikipediaLibrary 237734 TheWikipediaLibraryHooksTest testValidCovers 0.003864 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 5516.404ms