{ "info": { "author": "Tarek Ziade", "author_email": "tarek@ziade.org", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This package is part of the `Expert Python Programming` book written by\nTarek Ziad\u00e9.\n\n\nFor more information, go to http://atomisator.ziade.org\n\n.. contents::\n\nQuickStart\n**********\n\n`pbp.recipe.noserunner` will let you create a `Nose` test runner script in \nyour buildout. Here's an example of the simplest configuration::\n\n [buildout]\n parts = test\n\n [test]\n recipe = pbp.recipe.noserunner\n\nIf you run the builout, a `test` script will be created in the bin directory to\nrun your tests using Nose.\n\nLinks: \n\n- Nose project : http://somethingaboutorange.com/mrl/projects/nose\n- zc.buildout : http://pypi.python.org/pypi/zc.buildout\n\n\nDetailed Documentation\n**********************\n\nSupported options\n=================\n\nThe recipe supports the following options:\n\neggs\n The eggs option specified a list of eggs to test given as one ore\n more setuptools requirement strings. Each string must be given on\n a separate line.\n\nscript\n The script option gives the name of the script to generate, in the\n buildout bin directory. Of the option isn't used, the part name\n will be used.\n\nextra-paths\n One or more extra paths to include in the generated test script.\n\ndefaults\n The defaults option lets you specify testrunner default\n options. These are specified as Python source for an expression\n yielding a list, typically a list literal.\n\nworking-directory\n The working-directory option lets to specify a directory where the\n tests will run. The testrunner will change to this directory when\n run. If the working directory is the empty string or not specified\n at all, the recipe will not change the current working directory.\n\nenvironment\n A set of environment variables that should be exported before\n starting the tests.\n\n\nContributors\n************\n\nTarek Ziade, Author\n\n\nChange history\n**************\n\n0.2.6 (2009-05-13)\n=================\n\n- Fixed argument passing [tarek]\n\n0.2.5 (2009-05-08)\n==================\n\n- Fixed the environment settings. Thanks to Rob Madole [tarek]\n- Now you can pass arguments to Nose. Thanks to Kumar McMillan [tarek]\n\n0.2.4 (2008-09-02)\n==================\n\n- Don't create/delete working directory [Tarek]\n\n0.2.3 (2008-08-20)\n==================\n\n- Fixed change directory [Tarek Ziade]\n- Fixed defaults argument [Tarek Ziade]\n\n0.1.1 (2008-06-21)\n==================\n\n - Fixed MANIFEST.in again\n [Tarek Ziade].\n\n\n0.1.1 (2008-06-20)\n==================\n\n - Fixed MANIFEST.in thx to Mario Morgado\n [Tarek Ziade].\n\n0.1.0 (2008-06-20)\n==================\n\n - Created recipe with ZopeSkel [Tarek Ziade].\n\nDownload\n********", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://atomisator.ziade.org", "keywords": "", "license": "ZPL", "maintainer": null, "maintainer_email": null, "name": "pbp.recipe.noserunner", "package_url": "https://pypi.org/project/pbp.recipe.noserunner/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pbp.recipe.noserunner/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://atomisator.ziade.org" }, "release_url": "https://pypi.org/project/pbp.recipe.noserunner/0.2.6/", "requires_dist": null, "requires_python": null, "summary": "Expert Python Programming - ZC Buildout runner for nose", "version": "0.2.6" }, "last_serial": 796089, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b3f41d4e4671eb336ab4f4532121a2c2", "sha256": "cee4a9cf1aaeb3a43fab54a12d57e00dd772e894bd58b3d8d32d8e5f424233fe" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b3f41d4e4671eb336ab4f4532121a2c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4590, "upload_time": "2008-06-18T19:34:08", "url": "https://files.pythonhosted.org/packages/15/70/65bf2fb6a9a3f98b49d76d340d7694226e44ce3991f187d82ba37829ad3d/pbp.recipe.noserunner-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c2f92faca9bf66ad45e8e8031df0b30a", "sha256": "7b7441ce1fab49b30636cfb4afd152d8051ed54bf408f451601adebeb2e67b07" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c2f92faca9bf66ad45e8e8031df0b30a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4542, "upload_time": "2008-06-20T07:12:04", "url": "https://files.pythonhosted.org/packages/16/c5/cdc4f5809ea089587437eea8a41c33421cf7a0ecd9430aa50b0aadc7ddf4/pbp.recipe.noserunner-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2648b8c42f372982ce053dad24b9cd47", "sha256": "1ea53b88323f6c593af0efc1bc5784b78310176b5c1af81744450ae45523ad34" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2648b8c42f372982ce053dad24b9cd47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4786, "upload_time": "2008-06-21T16:00:07", "url": "https://files.pythonhosted.org/packages/57/bc/9d21e404a863fec304f0f7171b6524e181096322c671af1f3d16a16589be/pbp.recipe.noserunner-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "2fcfa71eeb49939e2115e9ef0bd3e1d7", "sha256": "ec5618420fe03598f295552c99878b0a49f80fedfea9a1ddda203c2f94af89f1" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.2.0.tar.gz", "has_sig": false, "md5_digest": "2fcfa71eeb49939e2115e9ef0bd3e1d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4796, "upload_time": "2008-07-18T15:35:32", "url": "https://files.pythonhosted.org/packages/f8/69/1b568d39f93ab4595aa7327a6ecae349adb85e5a0da400c77d1117f127a0/pbp.recipe.noserunner-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "506e637e22aac69f52a25b604e4adb27", "sha256": "932fa71cd2f09e8dfdbb70afc7b7826188a6d206d0551c4895c5e1a6e9eeee67" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.2.1.tar.gz", "has_sig": false, "md5_digest": "506e637e22aac69f52a25b604e4adb27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4795, "upload_time": "2008-08-09T15:42:03", "url": "https://files.pythonhosted.org/packages/b9/49/d5d5aefd5e171c7cd55fafff90bf4a429d6a76c7f22753fd2a075435b3cf/pbp.recipe.noserunner-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "32ad81adf0683f21c817061dc8bda80e", "sha256": "b0f2f69c99ab52bbc1889950c8bc837637e73fe8f7d1e25b133f7bda18421631" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.2.2.tar.gz", "has_sig": false, "md5_digest": "32ad81adf0683f21c817061dc8bda80e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10708, "upload_time": "2008-08-20T09:35:03", "url": "https://files.pythonhosted.org/packages/4d/12/3940adba7c0ff262bbc5f651a6aa0c975b41d195803bff0e90cb9aa92d78/pbp.recipe.noserunner-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "4703bcc9410adbcbdffa262c1ba5932c", "sha256": "10f2798c99b2e64d01cec499056cb94530f6b75a0849ac105af84c74a3fb6ddf" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.2.3.tar.gz", "has_sig": false, "md5_digest": "4703bcc9410adbcbdffa262c1ba5932c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10692, "upload_time": "2008-08-28T12:39:03", "url": "https://files.pythonhosted.org/packages/60/77/5cd8ab879975ef55941d5f0cd69c39b3fb1c2482cbeb46b8cfc53dd62ba6/pbp.recipe.noserunner-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "7837571980b34a1bfc61e7dd6c0ca0f1", "sha256": "dd96affa7a21cbb5ee318b638d826f79ff3a45c520198d16468bf217ca3220cc" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.2.4.tar.gz", "has_sig": false, "md5_digest": "7837571980b34a1bfc61e7dd6c0ca0f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10793, "upload_time": "2008-09-09T12:30:08", "url": "https://files.pythonhosted.org/packages/9d/c8/9f2f88d074a2ae62fae60819a72cb48c648c11e7937057b12635ef9d4722/pbp.recipe.noserunner-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "6972678b8c7c6e0c02ce66c391915672", "sha256": "730a42f8b0261ff22eb27c8b99d28ed34b47937f6b9d4159192d8775174794c6" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.2.5.tar.gz", "has_sig": false, "md5_digest": "6972678b8c7c6e0c02ce66c391915672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10926, "upload_time": "2009-05-08T11:51:34", "url": "https://files.pythonhosted.org/packages/2f/b6/422ab9b80b59b4d3dc09e964b68c83916f7d15ab1e8ef0d3b5392eff3af3/pbp.recipe.noserunner-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "e40520a6e84a237604591d204dfb7270", "sha256": "f074e9b0110af8335f720141d21247b77280521f89fc00d65a11389aeb2010d5" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.2.6.tar.gz", "has_sig": false, "md5_digest": "e40520a6e84a237604591d204dfb7270", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10950, "upload_time": "2009-05-13T14:26:40", "url": "https://files.pythonhosted.org/packages/16/4a/9feba55c1319724d7dbcea300c25bec38c3d7716b98b8041d32341003f13/pbp.recipe.noserunner-0.2.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e40520a6e84a237604591d204dfb7270", "sha256": "f074e9b0110af8335f720141d21247b77280521f89fc00d65a11389aeb2010d5" }, "downloads": -1, "filename": "pbp.recipe.noserunner-0.2.6.tar.gz", "has_sig": false, "md5_digest": "e40520a6e84a237604591d204dfb7270", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10950, "upload_time": "2009-05-13T14:26:40", "url": "https://files.pythonhosted.org/packages/16/4a/9feba55c1319724d7dbcea300c25bec38c3d7716b98b8041d32341003f13/pbp.recipe.noserunner-0.2.6.tar.gz" } ] }