Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 277 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 277 Bytes

This is a simple encoding method and associated tests.

Run the test scripts from the command line or use nosy. If using nosy, then comment out the following lines:

if __name__ == '__main__':
unittest2.main()

required modules: mock, StringIO, unittest2, and urllib2