文件名称:nose-logpertest
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-30 17:24:17
Python
这个插件为每个通过鼻子运行的测试创建一个日志文件,保存该特定测试的日志 安装 你可以使用pip安装nose-logpertest插件: $ pip install nose-logpertest 使用 鉴于以下测试: class TestA (): def test1 ( self ): logger . info ( "I'm in test 1" ) assert 1 == 1 def test2 ( self ): logger . info ( "I'm in test 2" ) assert 2 == 2 def test3 ( self ): logger . info ( "I'm in test 3" ) assert 3 == 3 class Te
【文件预览】:
nose-logpertest-master
----MANIFEST.in(19B)
----README.rst(1KB)
----nose_logpertest()
--------logpertest.py(1KB)
--------__init__.py(53B)
----tests()
--------tests_logpertest.py(1KB)
--------unittest_runner.py(2KB)
--------__init__.py(19B)
--------config.py(690B)
----LICENSE(11KB)
----CHANGES.md(0B)
----setup.py(1KB)
----.gitignore(688B)