testcases
28 rows where testsuite_id = 1251
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
617165 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testValidCovers | 0.002349 | 0 | 0 |
617166 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #0 | 0.003973 | 0 | 0 |
617167 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #1 | 0.002377 | 0 | 0 |
617168 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #2 | 0.002303 | 0 | 0 |
617169 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #3 | 0.002314 | 0 | 0 |
617170 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #4 | 0.002346 | 0 | 0 |
617171 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #5 | 0.002281 | 0 | 0 |
617172 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #6 | 0.002304 | 0 | 0 |
617173 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #7 | 0.002305 | 0 | 0 |
617174 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #8 | 0.002851 | 0 | 0 |
617175 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #9 | 0.002293 | 0 | 0 |
617176 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #10 | 0.002653 | 0 | 0 |
617177 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #11 | 0.002275 | 0 | 0 |
617178 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #12 | 0.002296 | 0 | 0 |
617179 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #13 | 0.002294 | 0 | 0 |
617180 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #14 | 0.002311 | 0 | 0 |
617181 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #15 | 0.002305 | 0 | 0 |
617182 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #16 | 0.002323 | 0 | 0 |
617183 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.CategoryMessagesTest | testMessagesExistence with data set #17 | 0.002295 | 0 | 0 |
617184 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.DatabaseTest | testConstructor | 0.002217 | 0 | 0 |
617185 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.DatabaseTest | testSetForPage | 0.10047 | 0 | 0 |
617186 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.DatabaseTest | testValidCovers | 0.001875 | 0 | 0 |
617187 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.RecordLintJobTest | testRun | 0.061062 | 0 | 0 |
617188 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.RecordLintJobTest | testValidCovers | 0.00175 | 0 | 0 |
617189 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.SpecialLintErrorsTest | testExecute | 0.06006 | 0 | 0 |
617190 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.SpecialLintErrorsTest | testValidCovers | 0.001123 | 0 | 0 |
617191 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.Unit.LintErrorTest | testLintError | 0.000324 | 0 | 0 |
617192 | /workspace/src/extensions/Linter/tests/phpunit 1251 | MediaWiki.Linter.Test.Unit.LintErrorTest | testValidCovers | 0.000239 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );