:: Topo :: doCoding :: Linguagens de Programação

Python

Interpreters

Training Courses

Books

Resources

Blogs & Wikis

Articles

Presentations

Tutorials

TDD

MVC Frameworks

Libraries and Toolkits

TUIs

GUIs

DocTest

  • doctest - doctest is a module included in the Python programming language's standard library that allows the easy generation of tests based on output from the standard Python interpreter shell, cut and pasted into docstrings.
  • doctest — Test interactive Python examples - The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown.
  • A Brief Introduction to Epytext - Epytext is a simple lightweight markup language that lets you add formatting and structure to docstrings. Epydoc uses that formatting and structure to produce nicely formatted API documentation.
 
docoding/languages/python.txt · Modificado em: 2010/01/20 23:34 por straider     Voltar ao topo