Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clarifying comments for test data json #1136

Merged
merged 1 commit into from
Jan 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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