{ "info": { "author": "Hector Dearman", "author_email": "hector.dearman@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "cmdtest\n=======\n\ncmdtest is a simple way to test command line programs.\n\n::\n\n from cmdtest import Program, File\n\n cat = Program('cat')\n\n @cat.test\n def cat_should_echo_single_file():\n assert cat(File('hello')).out == 'hello'\n\n @cat.test\n def cat_should_combine_files():\n assert cat(File('hello'), File('world')).out == 'helloworld'\n\n if __name__ == '__main__':\n cat.run()\n\nInstallation\n------------\n\nAvailable from PyPI with either *pip* or *easy_install*:\n\n.. sourcecode:: console\n\n $ pip install cmdtest\n $ easy_install cmdtest\n\nThis will also pull in the Attest dependencies.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chromy/cmdtest", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "cmdtest", "package_url": "https://pypi.org/project/cmdtest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cmdtest/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/chromy/cmdtest" }, "release_url": "https://pypi.org/project/cmdtest/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple testing for command line programs.", "version": "0.1.1" }, "last_serial": 787533, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "4d693de8b75e6c50ebd310165de271ef", "sha256": "7ba8ea75d2c5ba84608dbec41a597f7181ef5e4c4fb01351238dd64c41e43614" }, "downloads": -1, "filename": "cmdtest-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4d693de8b75e6c50ebd310165de271ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2081, "upload_time": "2013-05-13T22:16:26", "url": "https://files.pythonhosted.org/packages/ab/e2/ab4391add273dde21aeb95398737c0a005265199b3aa5e50454e81e54a8a/cmdtest-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d693de8b75e6c50ebd310165de271ef", "sha256": "7ba8ea75d2c5ba84608dbec41a597f7181ef5e4c4fb01351238dd64c41e43614" }, "downloads": -1, "filename": "cmdtest-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4d693de8b75e6c50ebd310165de271ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2081, "upload_time": "2013-05-13T22:16:26", "url": "https://files.pythonhosted.org/packages/ab/e2/ab4391add273dde21aeb95398737c0a005265199b3aa5e50454e81e54a8a/cmdtest-0.1.1.tar.gz" } ] }