py-dev

libraries and tools for Python development
Download

py-dev Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freely Distributable
  • Price:
  • FREE
  • Publisher Name:
  • James William Pye
  • Publisher web site:
  • http://python.projects.postgresql.org/

py-dev Tags


py-dev Description

py-dev is a collection of Python developer tools presented as a modest alternative to the standard library's offering.Testingdev.libtest is a protocol driven testing library. Users need not import libtest in order to define their tests, only to run them.dev.libtest attempts to make constructing test runners as simple as possible by keeping the interface as simple as possible.fail_if_* is the designated prefix:import somethingdef test_something(test): expectation = (2,5) test.fail_if_not_equal(expectation, something.calculate(1))if __name__ == '__main__': import dev.libtest; dev.libtest.execmodule()SkeletonsThe executable module dev.bin.init initializes a new package directory complete with setup.py script. The following is the consistency of the layout from a python -m dev.bin.init package run:package/ __init__.py lib.py test/ bin/ release/ xdistutils.py pypi.py documentation/ usage.txt project.txt reference.txt sphinx/ index.rst conf.py build.shProduct's homepage


py-dev Related Software