{ "info": { "author": "Andrew Carter", "author_email": "andrew@ascarter.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Testing" ], "description": "pyautotest\n==========\n\nThis is a utility to provide continuous testing during development. It watches for changes in source and test files and will run the test suite when a change is detected.\n\nAdditionally, pyautotest supports posting notifications on Mac OS X using Notification Center and libnotify on Linux.\n\nInstall\n-------\n\n*Pip*:\n\n\tpip install pyautotest\n\n*Source*:\n\n\tpython setup.py install\n\n\nHow to Use\n----------\n\nA utility is created `autotest` that can be run at the root of your Python project. It will use unittest's discover feature to find tests. It will watch for any `*.py` files from the current directory recursively::\n\n\tusage: autotest [-h] [-l L]\n\n\tContinuously run unit tests when changes detected\n\n\toptional arguments:\n\t -h, --help show this help message and exit\n\t -l L, --log-level L set logger level\n\n\nOptionally, you can run directly from Python using the following::\n\n\tpython -m pyautotest.cli\n\n\nDependencies\n------------\n\n*Required*:\n\n* watchdog - https://pypi.python.org/pypi/watchdog/0.6.0\n\n*Optional*:\n\n* mock - https://pypi.python.org/pypi/mock\n* terminal-notifier - https://github.com/alloy/terminal-notifier", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ascarter/pyautotest", "keywords": null, "license": "Copyright (c) 2013 Andrew Carter\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "pyautotest", "package_url": "https://pypi.org/project/pyautotest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyautotest/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ascarter/pyautotest" }, "release_url": "https://pypi.org/project/pyautotest/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Autotest Python unittest modules", "version": "0.1.0" }, "last_serial": 751337, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "53972547cf87c628ae613a74e48bedcf", "sha256": "85d33da43cf34222cfc0b4db87ebd1a7378e1ab01dd322ef2d20114725d83d4a" }, "downloads": -1, "filename": "pyautotest-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "53972547cf87c628ae613a74e48bedcf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9622, "upload_time": "2013-06-04T21:20:19", "url": "https://files.pythonhosted.org/packages/57/ff/a592b674fff129328b2675ac27cf8955e14082729adcc284f6607c6d2d23/pyautotest-0.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "93cd21388efc7f3a0b30dd566860880d", "sha256": "371a016845418a61f6fe813dff80cee9533befc7b6297490ecfa5d55dbedffc9" }, "downloads": -1, "filename": "pyautotest-0.1.0-py3.3.egg", "has_sig": false, "md5_digest": "93cd21388efc7f3a0b30dd566860880d", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 9829, "upload_time": "2013-06-04T21:24:32", "url": "https://files.pythonhosted.org/packages/81/fa/68182760029044f4017e729241771632af2e858b5074203407e292aad003/pyautotest-0.1.0-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "37a631f2260a32a030be0a5f8e99a874", "sha256": "c080755b4251a1779f882336bd5a2585394820e1b37fe9615d2347b8ff18bb3a" }, "downloads": -1, "filename": "pyautotest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "37a631f2260a32a030be0a5f8e99a874", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4935, "upload_time": "2013-06-04T21:19:45", "url": "https://files.pythonhosted.org/packages/78/af/176c0226b48bbbbfc8660bafa24ab2fdd8f55b8ef05199c12c2f9a5eecd1/pyautotest-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "67f580a89ea13c86bf8522055b3e1efc", "sha256": "30b4e9057bea5df08b2f33fadaaad5e47f7efb5bda5eaecbacf83e5001d71f7d" }, "downloads": -1, "filename": "pyautotest-0.1.0.zip", "has_sig": false, "md5_digest": "67f580a89ea13c86bf8522055b3e1efc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9737, "upload_time": "2013-06-04T21:19:47", "url": "https://files.pythonhosted.org/packages/ad/8c/b939e9ebd63503e3eda6eca787587f5f59477bf94a2269c1f1dabfa49d7d/pyautotest-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "53972547cf87c628ae613a74e48bedcf", "sha256": "85d33da43cf34222cfc0b4db87ebd1a7378e1ab01dd322ef2d20114725d83d4a" }, "downloads": -1, "filename": "pyautotest-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "53972547cf87c628ae613a74e48bedcf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9622, "upload_time": "2013-06-04T21:20:19", "url": "https://files.pythonhosted.org/packages/57/ff/a592b674fff129328b2675ac27cf8955e14082729adcc284f6607c6d2d23/pyautotest-0.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "93cd21388efc7f3a0b30dd566860880d", "sha256": "371a016845418a61f6fe813dff80cee9533befc7b6297490ecfa5d55dbedffc9" }, "downloads": -1, "filename": "pyautotest-0.1.0-py3.3.egg", "has_sig": false, "md5_digest": "93cd21388efc7f3a0b30dd566860880d", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 9829, "upload_time": "2013-06-04T21:24:32", "url": "https://files.pythonhosted.org/packages/81/fa/68182760029044f4017e729241771632af2e858b5074203407e292aad003/pyautotest-0.1.0-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "37a631f2260a32a030be0a5f8e99a874", "sha256": "c080755b4251a1779f882336bd5a2585394820e1b37fe9615d2347b8ff18bb3a" }, "downloads": -1, "filename": "pyautotest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "37a631f2260a32a030be0a5f8e99a874", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4935, "upload_time": "2013-06-04T21:19:45", "url": "https://files.pythonhosted.org/packages/78/af/176c0226b48bbbbfc8660bafa24ab2fdd8f55b8ef05199c12c2f9a5eecd1/pyautotest-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "67f580a89ea13c86bf8522055b3e1efc", "sha256": "30b4e9057bea5df08b2f33fadaaad5e47f7efb5bda5eaecbacf83e5001d71f7d" }, "downloads": -1, "filename": "pyautotest-0.1.0.zip", "has_sig": false, "md5_digest": "67f580a89ea13c86bf8522055b3e1efc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9737, "upload_time": "2013-06-04T21:19:47", "url": "https://files.pythonhosted.org/packages/ad/8c/b939e9ebd63503e3eda6eca787587f5f59477bf94a2269c1f1dabfa49d7d/pyautotest-0.1.0.zip" } ] }