abrin / foresite-toolkit

Automatically exported from code.google.com/p/foresite-toolkit
0 stars 0 forks source link

Patch: support for easy_install, a testing framework, and a doctest README #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I ran "paster create -t basic_package foresite" to create a standard
setuptools-enabled package layout and then merged it with the
foresite-python trunk. On top of that I created a very simple testing
framework and an initial (failing) doctest embodied in README.txt. To run
the tests, you just do "python setup.py test".

I'm not sure how to use foresite yet, but the README.txt file would be a
great way to simultaneously document and test the API.

Original issue reported on code.google.com by sean.gil...@gmail.com on 12 Jun 2008 at 7:40

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by azarot...@gmail.com on 13 Jun 2008 at 3:59