{ "info": { "author": "Matthew Wilkes", "author_email": "matt.wilkes@teamrubber.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nAdds the \"errorlog\" command to pdb sessions. This is only useful in functional test cases in PloneTestCase.::\n\n (Pdb) errorlog\n (Pdb) admin.open(\"http://nohost/plone/createObject\")\n *** HTTPError: HTTP Error 500: Internal Server Error\n (Pdb) admin.open(\"http://nohost/plone/createObject\")\n *** HTTPError: HTTP Error 500: Internal Server Error\n (Pdb) admin.open(\"http://nohost/plone/createObject\")\n *** HTTPError: HTTP Error 500: Internal Server Error\n (Pdb) errorlog\n Error: 1218794437.680.454937341407 ( Type name not specified )\n Error: 1218794437.10.341611383065 ( Type name not specified )\n Error: 1218794436.540.661922508086 ( Type name not specified )\n (Pdb) errorlog 1218794437.10.341611383065\n Traceback (innermost last):\n Module ZPublisher.Publish, line 115, in publish\n Module ZPublisher.mapply, line 88, in mapply\n Module ZPublisher.Publish, line 41, in call_object\n Module Products.CMFFormController.FSControllerPythonScript, line 104, in __call__\n Module Products.CMFFormController.Script, line 145, in __call__\n Module Products.CMFCore.FSPythonScript, line 108, in __call__\n Module Shared.DC.Scripts.Bindings, line 311, in __call__\n Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec\n Module Products.CMFCore.FSPythonScript, line 164, in _exec\n Module None, line 10, in createObject\n - \n - Line 10\n Exception: Type name not specified\n\n\nYay?\n\n\nPre-requisites\n==============\n\nA Plone functional test case. This can work with zope in theory, but it's written with plone assumptions in mind.\n\n\nChangelog\n=========\n\n1.1\n---\n\n* Scraper is still quick and dirty, but now uses re, so is a little less dirty. \n* Fixed a parsing issue with some zopes\n* Added nose tests\n\n1.0\n---\n\n* Quick and dirty scraper. Replace with SGMLlib one!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://teamrubber.com", "keywords": "plone pdb unittest", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "teamrubber.pdberrorlog", "package_url": "https://pypi.org/project/teamrubber.pdberrorlog/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/teamrubber.pdberrorlog/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://teamrubber.com" }, "release_url": "https://pypi.org/project/teamrubber.pdberrorlog/1.1/", "requires_dist": null, "requires_python": null, "summary": "Allows a nice interface to the Plone error log from ztc functional tests", "version": "1.1" }, "last_serial": 800405, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "a08a02d6e920e621195c185fdb987ae6", "sha256": "7030e6324ae7c68515906aafb5c83826ba13f8798b521603265ba4389ba6bba1" }, "downloads": -1, "filename": "teamrubber.pdberrorlog-1.0-py2.4.egg", "has_sig": false, "md5_digest": "a08a02d6e920e621195c185fdb987ae6", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 4660, "upload_time": "2008-08-15T10:26:34", "url": "https://files.pythonhosted.org/packages/9d/2f/3e28dc5e4350b3f033887e819d4fc853f80b31c5559d997cd74f084a0e58/teamrubber.pdberrorlog-1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "2694d397246f487bdf92151a208e1bc9", "sha256": "9b36667da9f2602ffbfa1fcd42972d1d6402e8942d0d54ad3a7d2e522acd5954" }, "downloads": -1, "filename": "teamrubber.pdberrorlog-1.0.tar.gz", "has_sig": false, "md5_digest": "2694d397246f487bdf92151a208e1bc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6021, "upload_time": "2008-08-15T10:26:33", "url": "https://files.pythonhosted.org/packages/13/53/eaeca0131bff85be54b8aad765cedc261d895177fb43ce5682cd20a22e9c/teamrubber.pdberrorlog-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "ee03a297e60a7dc47ea6d7d476c35815", "sha256": "fe6662ef2c60832c9d88a4568cd3e856ff538ba5ee9ff7c5479528b31cc828b7" }, "downloads": -1, "filename": "teamrubber.pdberrorlog-1.1-py2.4.egg", "has_sig": false, "md5_digest": "ee03a297e60a7dc47ea6d7d476c35815", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 14850, "upload_time": "2008-09-19T12:28:59", "url": "https://files.pythonhosted.org/packages/b0/5a/859dbcbb2632c2a51b05bce121722a81c69615601a7993e531165291fb85/teamrubber.pdberrorlog-1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c55a6d68490655f8d5ec01f7e1b73632", "sha256": "e98b6d1a5d3c36c2de795d94a1e63b430500c222f1148147c9fb385ac85a26fd" }, "downloads": -1, "filename": "teamrubber.pdberrorlog-1.1.tar.gz", "has_sig": false, "md5_digest": "c55a6d68490655f8d5ec01f7e1b73632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10614, "upload_time": "2008-09-19T12:28:59", "url": "https://files.pythonhosted.org/packages/6f/5b/a8e42549c2856b8f1f99375557018ebb329ea25eaa187a2cf1dfa7761788/teamrubber.pdberrorlog-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee03a297e60a7dc47ea6d7d476c35815", "sha256": "fe6662ef2c60832c9d88a4568cd3e856ff538ba5ee9ff7c5479528b31cc828b7" }, "downloads": -1, "filename": "teamrubber.pdberrorlog-1.1-py2.4.egg", "has_sig": false, "md5_digest": "ee03a297e60a7dc47ea6d7d476c35815", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 14850, "upload_time": "2008-09-19T12:28:59", "url": "https://files.pythonhosted.org/packages/b0/5a/859dbcbb2632c2a51b05bce121722a81c69615601a7993e531165291fb85/teamrubber.pdberrorlog-1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c55a6d68490655f8d5ec01f7e1b73632", "sha256": "e98b6d1a5d3c36c2de795d94a1e63b430500c222f1148147c9fb385ac85a26fd" }, "downloads": -1, "filename": "teamrubber.pdberrorlog-1.1.tar.gz", "has_sig": false, "md5_digest": "c55a6d68490655f8d5ec01f7e1b73632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10614, "upload_time": "2008-09-19T12:28:59", "url": "https://files.pythonhosted.org/packages/6f/5b/a8e42549c2856b8f1f99375557018ebb329ea25eaa187a2cf1dfa7761788/teamrubber.pdberrorlog-1.1.tar.gz" } ] }