summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorjugglinmike <mike@mikepennisi.com>2017-06-12 17:59:14 -0400
committerLeo Balter <leonardo.balter@gmail.com>2017-06-12 18:59:14 -0300
commit66bd632bae7e8c1ae55d4f1239d08143224e4a17 (patch)
treeed786f0ecda03b0679254ebd32bea4118b23d2fd /CONTRIBUTING.md
parentb2bb2f9e5ad19460ae41558abfed23b16d630542 (diff)
downloadqtdeclarative-testsuites-66bd632bae7e8c1ae55d4f1239d08143224e4a17.tar.gz
Lint test `features` tag (#1060)
A recent commit introduced a document that enumerated acceptable values for the test "features" metadata tag. However, this list was incomplete, and maintaining it placed extra burden on the project owners. Restructure the document into a machine-readable format. Add entries for all previously-omitted values. Add in-line documentation with recommendations for maintenance of the file. Extend the project's linting tool to validate tests according to the document's contents.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9b3b2cef6..ab40f1128 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -145,7 +145,7 @@ This tag is for boolean properties associated with the test.
#### features
**features**: [list]
-Some tests require the use of language features that are not directly described by the test file's location in the directory structure. These features should be formally listed here.
+Some tests require the use of language features that are not directly described by the test file's location in the directory structure. These features should be specified with this tag. See the `features.txt` file for a complete list of available values.
## Test Environment