IndianOpenSourceFoundation / dynamic-cli

A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI
https://pypi.org/project/dynamic-cli/
GNU General Public License v3.0
168 stars 120 forks source link

Test Cases - Write Unit test for our GET API feature #159

Closed GouravSardana closed 2 years ago

GouravSardana commented 2 years ago

As a developer, I want to write a unit test for GET API feature in our CLI. This should be a python test. Make a new folder named "TEST" and make a file according to your test name

sahilsuman933 commented 2 years ago

@GouravSardana Can I work on this issue?

GouravSardana commented 2 years ago

Sure

adityasangave commented 2 years ago

Actually I was working on another issue but similar to this one but I thought it would be great to create tests for get api feature first so I made PR for this one @GouravSardana can you please review