{ "info": { "author": "Bruce Frederiksen", "author_email": "dangyogi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Testing" ], "description": "These are a small set of tools to make it easier to run doctest on your\n source files and text files.\n\n There is a tool to run doctest on an individual file, and another tool\n to run doctest on all files within a directory (recursively). The\n individual doctest runs are done in separate processes so that the\n tests don't contaminate each other.\n\n Finally, there is a small module to set the python path of the program\n calling it to make it easier to run the program from multiple clones of\n the same project where it is impossible to set the python path to a\n single location.\n\n These tools are written in Python so that they will run on all\n platforms.", "description_content_type": null, "docs_url": null, "download_url": "http://doctest-tools.googlecode.com/files/doctest-tools-1.0a3.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/doctest-tools", "keywords": "doctest python unit test script", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "doctest-tools", "package_url": "https://pypi.org/project/doctest-tools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/doctest-tools/", "project_urls": { "Download": "http://doctest-tools.googlecode.com/files/doctest-tools-1.0a3.zip", "Homepage": "http://code.google.com/p/doctest-tools" }, "release_url": "https://pypi.org/project/doctest-tools/1.0a3/", "requires_dist": null, "requires_python": null, "summary": "Tools to run doctests on code and text files within a directory", "version": "1.0a3" }, "last_serial": 159200, "releases": { "1.0a1": [], "1.0a2": [], "1.0a3": [] }, "urls": [] }