Skip to content

Commit

Permalink
Add clarifying comments for test data json (#1136)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Weatherford <[email protected]>
  • Loading branch information
StephenWeatherford and Stephen Weatherford authored Jan 7, 2021
1 parent 84342da commit 40a7746
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/TestData.ExpressionMetadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"$schema": "../assets/schemas/ExpressionMetadata.schema.json",
"$comment1": "============== PLEASE READ! ==============",
"$comment2": "Please do not add to or make changes to the functions in this file when modifying ExpressionMetadata.json",
"$comment3": "This file is meant to be used only for unit tests in order to keep authors from having to alter testcases",
"$comment4": " when updating ExpressionMetadata.json.",
"$comment5": "Thus this file will not be up to date with ExpressionMetadata.json, and should only be changed if new scenarios are",
"$comment6": " need for the unit tests.",
"$comment7": "Note that some functional tests *do* use ExpressionMetadata.json, on an opt-in basis",
"$comment9": "==========================================",
"$schema": "../assets/ExpressionMetadata.schema.json",
"functionSignatures": [
{
"name": "add",
Expand Down

0 comments on commit 40a7746

Please sign in to comment.