允许从ztc功能测试中获得对Plone错误日志的友好界面
项目描述
简介
为pdb会话添加“errorlog”命令。这在PloneTestCase的功能测试用例中非常有用。
(Pdb) errorlog (Pdb) admin.open("http://nohost/plone/createObject") *** HTTPError: HTTP Error 500: Internal Server Error (Pdb) admin.open("http://nohost/plone/createObject") *** HTTPError: HTTP Error 500: Internal Server Error (Pdb) admin.open("http://nohost/plone/createObject") *** HTTPError: HTTP Error 500: Internal Server Error (Pdb) errorlog Error: 1218794437.680.454937341407 ( Type name not specified ) Error: 1218794437.10.341611383065 ( Type name not specified ) Error: 1218794436.540.661922508086 ( Type name not specified ) (Pdb) errorlog 1218794437.10.341611383065 Traceback (innermost last): Module ZPublisher.Publish, line 115, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 41, in call_object Module Products.CMFFormController.FSControllerPythonScript, line 104, in __call__ Module Products.CMFFormController.Script, line 145, in __call__ Module Products.CMFCore.FSPythonScript, line 108, in __call__ Module Shared.DC.Scripts.Bindings, line 311, in __call__ Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec Module Products.CMFCore.FSPythonScript, line 164, in _exec Module None, line 10, in createObject - <FSControllerPythonScript at /plone/createObject> - Line 10 Exception: Type name not specified
太好了?
先决条件
Plone功能测试用例。理论上可以与zope一起工作,但它是基于plone假设编写的。
变更日志
1.1
爬虫仍然又快又脏,但现在使用re,所以不那么脏了。
修复了一些zope的解析问题
添加了nose测试
1.0
快速又脏的爬虫。用SGMLlib的一个替换!
项目详情
下载文件
为您的平台下载文件。如果您不确定要选择哪个,请了解更多关于安装包的信息。
源代码分发
teamrubber.pdberrorlog-1.1.tar.gz (10.6 kB 查看哈希)
构建分发
teamrubber.pdberrorlog-1.1-py2.4.egg (14.8 kB 查看哈希)
关闭
teamrubber.pdberrorlog-1.1.tar.gz的哈希
算法 | 哈希摘要 | |
---|---|---|
SHA256 | e98b6d1a5d3c36c2de795d94a1e63b430500c222f1148147c9fb385ac85a26fd |
|
MD5 | c55a6d68490655f8d5ec01f7e1b73632 |
|
BLAKE2b-256 | 6f5ba8e42549c2856b8f1f99375557018ebb329ea25eaa187a2cf1dfa7761788 |
关闭
teamrubber.pdberrorlog-1.1-py2.4.egg 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | fe6662ef2c60832c9d88a4568cd3e856ff538ba5ee9ff7c5479528b31cc828b7 |
|
MD5 | ee03a297e60a7dc47ea6d7d476c35815 |
|
BLAKE2b-256 | b05a859dbcbb2632c2a51b05bce121722a81c69615601a7993e531165291fb85 |