文件名称:bunyan-gt:基于结构化日志输出的端到端单元测试
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-19 04:51:19
JavaScript
班扬-gt 使用结构化日志进行端到端单元测试 该模块连接 TDD 工具 QUnit-like runner 和结构化 JSON 记录器 。 例子 // index.js // output structured JSON logging using bunyan log . debug ( 'message' , { foo : 'foo' } ) ; ... // test.js var bgt = require ( 'bunyan-gt' ) ; gt . async ( 'testing index.js' , 2 , function ( ) { // execute index.js inside a unit test and capture bunyan output gt . exec ( 'node' , [ './index.js' , '--debug
【文件预览】:
bunyan-gt-master
----.jshintrc(2KB)
----Gruntfile.js(812B)
----.travis.yml(121B)
----example()
--------example.js(326B)
--------tests.js(2KB)
----README.md(5KB)
----.gitignore(21B)
----index.js(2KB)
----package.json(1KB)