Skip to content

Instantly share code, notes, and snippets.

View jeevan449's full-sized avatar
💭
Pythonista

Jeevan Chaitanya jeevan449

💭
Pythonista
View GitHub Profile
@jeevan449
jeevan449 / file.txt
Created March 24, 2018 10:36
This is sample gist. Testing pyRestAuto
Sample data
@jeevan449
jeevan449 / file.txt
Created March 24, 2018 10:35
This is sample gist. Testing pyRestAuto
Sample data
@jeevan449
jeevan449 / gist:c02ed468fc456589e9496dcc82d00e6f
Created December 22, 2017 06:50
sample restapi example with nose
import requests
import json
from nose.tools import assert_equal
surl = 'https://my-json-server.typicode.com/jeevan449/pythonlearning'
class requestsexample:
def __init__(self,url):
self.surl = url