{ "info": { "author": "Russell Sim", "author_email": "russell.sim@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "bb_pytest\n=========\n\nbb_pytest is a library that adds a `Buildbot`_ buildstep that can\nparse py.test output and generate correct status text at completion of\ntests.\n\nArguments\n---------\n\nThis test step is derived from the ShellCommand step. So besides the\narguments listed below the following steps will also be accpeted and\nwill behave as per the ShellCommand step: workdir, haltOnFailure,\nflunkOnWarnings, flunkOnFailure, warnOnWarnings, warnOnFailure,\nwant_stdout, want_stderr, timeout\n\n\ntestpath\n The PYTHONPATH to use when running the tests.\n\npython\n The python executable to use.\n\npytest\n The pytest executable to use.\n\npytestMode\n The mode that should used to track the progress of the step. Valid\n options are \"pytest\" or \"xdist\".\n\nExample\n-------\n\n.. code:: python\n\n from bb_pytest import step\n from buildbot.process import factory \n\n f = factory.BuildFactory()\n\n f.Factory.addStep(\n Pytest(\n pytest=\"py.test\",\n pytestArgs=['-u', '-i'],\n testpath=None,\n tests=[\"\"],\n flunkOnFailure=True))\n\n\n.. _buildbot: http://trac.buildbot.net/\n\nChangelog\n=========\n\nRelease 0.2 10/04/2013\n----------------------\n\n* Fixed testcounting.\n* Updated the error states to match the trial step.\n* Added support for counting errors.\n\nRelease 0.1 23/03/2013\n----------------------\n\n* Initial release.", "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/russell/bb-pytest", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "bb-pytest", "package_url": "https://pypi.org/project/bb-pytest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bb-pytest/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/russell/bb-pytest" }, "release_url": "https://pypi.org/project/bb-pytest/0.2/", "requires_dist": null, "requires_python": null, "summary": "Buildbot step for py.test.", "version": "0.2" }, "last_serial": 786741, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4fa71271cd563f818deb214784767edc", "sha256": "99fb1ef6aea471fcf3a00b6eecb343356bc497caa16ec816325fd2a952aff3da" }, "downloads": -1, "filename": "bb-pytest-0.1.tar.gz", "has_sig": false, "md5_digest": "4fa71271cd563f818deb214784767edc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9250, "upload_time": "2013-03-28T08:48:25", "url": "https://files.pythonhosted.org/packages/78/59/9aeba151822739b64cd2ab3e30d8ec1093822dea0c1ffad98f61bbcf6a2b/bb-pytest-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "67e486f563db01eb4f0f9d03e711b41c", "sha256": "473c6ec66e30924210a8142dccf0199ab93869e5aa86f2dc257767431ac42518" }, "downloads": -1, "filename": "bb-pytest-0.2.tar.gz", "has_sig": false, "md5_digest": "67e486f563db01eb4f0f9d03e711b41c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9658, "upload_time": "2013-04-10T10:55:53", "url": "https://files.pythonhosted.org/packages/42/01/27ea37acd9db5f4674f7549b982e453c4f9800bfb796d1edac77c8997fe7/bb-pytest-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "67e486f563db01eb4f0f9d03e711b41c", "sha256": "473c6ec66e30924210a8142dccf0199ab93869e5aa86f2dc257767431ac42518" }, "downloads": -1, "filename": "bb-pytest-0.2.tar.gz", "has_sig": false, "md5_digest": "67e486f563db01eb4f0f9d03e711b41c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9658, "upload_time": "2013-04-10T10:55:53", "url": "https://files.pythonhosted.org/packages/42/01/27ea37acd9db5f4674f7549b982e453c4f9800bfb796d1edac77c8997fe7/bb-pytest-0.2.tar.gz" } ] }