Extension:MWUnit/mwunit tests table
Fields
editarticle_id
editThe article ID of the page the test is on.
test_group
editThe group the test is in.
test_name
editThe name of the test.
covers
editThe value of the optional "covers" annotation.
Schema
editmysql> DESCRIBE mwunit_tests; +------------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +------------+------------------+------+-----+---------+-------+ | article_id | int(10) unsigned | NO | PRI | NULL | | | test_group | varchar(255) | NO | | NULL | | | test_name | varchar(255) | NO | PRI | NULL | | | covers | varchar(255) | YES | | NULL | | +------------+------------------+------+-----+---------+-------+