[ 源代码: node-nodeunit ]
软件包:nodeunit(0.11.3+ds-4)
nodeunit 的相关链接
Debian 的资源:
下载源码包 node-nodeunit:
- [node-nodeunit_0.11.3+ds-4.dsc]
- [node-nodeunit_0.11.3+ds.orig.tar.xz]
- [node-nodeunit_0.11.3+ds-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Unit test framework for Node.js and the browser
This package provides easy async unit testing for Node.js and the browser.
Particularly, this module:
* Is simple to use, * Just exports the tests from a module, * Works with node.js and in the browser, * Helps you avoid common pitfalls when testing asynchronous code, * Allows one to easily add test cases with setUp and tearDown functions, * Adds flexible reporters for custom output, built-in support for HTML & jUnit XML, * Allows one to use mocks and stubs.
Node.js is an event-based server-side JavaScript engine.
其他与 nodeunit 有关的软件包
|
|
|
|
-
- dep: node-async
- functions and patterns for asynchronous code - Node.js
-
- dep: node-ejs
- Embedded JavaScript templates
-
- dep: node-tap
- Test-Anything-Protocol module for Node.js
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable