public
Description: python client library for interacting with Sunlight Labs API
Homepage:
Clone URL: git://github.com/sunlightlabs/python-sunlightapi.git
python-sunlightapi / test_sunlightapi.py
100644 6 lines (3 sloc) 0.115 kb
1
2
3
4
5
6
import doctest
 
print 'Before testing be sure to set your key in README.txt..\n\n'
 
doctest.testfile('README.rst')