summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorjugglinmike <mike@mikepennisi.com>2017-03-06 12:12:42 -0500
committerLeo Balter <leonardo.balter@gmail.com>2017-03-06 12:12:42 -0500
commit56fd7712d280e6b7b4145fae31918c1280a9f145 (patch)
tree5eaf5d74e52d55389578f038ccea6b602d9c24ef /CONTRIBUTING.md
parent4914e47d0b153c90972e3d88632958431a4f941e (diff)
downloadqtdeclarative-testsuites-56fd7712d280e6b7b4145fae31918c1280a9f145.tar.gz
Document test flag: `generated` (#886)
Resolves gh-885
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a3230e9f7..df2d290ac 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -137,6 +137,10 @@ This tag is for boolean properties associated with the test.
`noStrict`
- **`async`** - defer interpretation of test results until after the invocation
of the global `$DONE` function
+- **`generated`** - informative flag used to denote test files that were
+ created procedurally using the project's test generation tool; refer to the
+ section titled "Procedurally-generated tests" for more information on this
+ process
#### features
**features**: [list]