Skip to content

Commit

Permalink
Merge pull request #102 from MLH-Fellowship/revert_comment_tests
Browse files Browse the repository at this point in the history
Revert comments
  • Loading branch information
amansharma2910 authored Feb 26, 2021
2 parents 53ced2c + 3ef2837 commit 3975c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup (
name = 'torchblaze',
description = 'A CLI-based python package that provides a suite of functionalities to perform end-to-end ML using PyTorch.',
version = '1.0.3',
version = '1.0.4',
packages = find_packages(), # list of all packages
install_requires = install_requires,
python_requires='>=3.7.0',
Expand Down
24 changes: 1 addition & 23 deletions torchblaze/template_files/tests.txt
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
}
]
}
}

0 comments on commit 3975c73

Please sign in to comment.