-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from MLH-Fellowship/revert_comment_tests
Revert comments
- Loading branch information
Showing
2 changed files
with
2 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,8 @@ | ||
// Instructions for writing sample tests:- | ||
|
||
// This file is used to specify the Sample API Tests for your POST Requests in API. | ||
// The Structure of the JSON should like below. | ||
// { | ||
// "ClassName":[ | ||
// { | ||
// "parameter1":"value1", | ||
// "parameter2":"value2" | ||
// } | ||
// ] | ||
// } | ||
|
||
// Here "ClassName" refers to the class name of particular API Request that is mentioned in app.py | ||
// "parameter1" and "parameter2" are referred as example parameters that are required by your API. | ||
// "value1" and "value2" are the values of the parameters that you want to pass to the API | ||
|
||
// You can find more about API Tests in the URL given below | ||
|
||
// https://mlh-fellowship.github.io/torchblaze/docs/apitest#writing-sample-tests | ||
|
||
|
||
{ | ||
"dummy_post":[ | ||
{ | ||
"h1":12, | ||
"h2":111 | ||
} | ||
] | ||
} | ||
} |