testman

Expiremental testing helper.

MIT 28 个版本
安装
npm install testman
yarn add testman
pnpm add testman
bun add testman
README
@version    0.5.1
@date       2016-07-26
@stability  2 - Unstable

Testman – Build Coverage

Expiremental testing helper that produces TAP, the Test Anything Protocol.

Usage

require("testman").

describe ( "My first module" ).
	it ( "should pass dummy-tests" ).
		equal ("a", "a", "a and a should be same").
		ok (true, "true is ok").
		type (1, "number").
        anyOf("a", ["a", "A"]).
done()

Licence

Copyright (c) 2013 Lauri Rooden <lauri@rooden.ee>
The MIT License

版本列表
0.5.1 2016-07-26
0.5.0 2016-07-14
0.4.0 2016-03-14
0.3.1 2015-06-19
0.3.0 2015-06-15
0.2.1 2015-06-05
0.2.0 2015-06-02
0.1.10 2015-04-10
0.1.9 2014-11-11
0.1.8 2014-05-21
0.1.7 2014-05-20
0.1.6 2014-03-11
0.1.5 2014-03-11
0.1.4 2014-03-10
0.1.3 2014-02-28
0.1.2 2014-01-25
0.1.1 2014-01-23
0.1.0 2014-01-23
0.0.11 2013-11-25
0.0.10 2013-11-25
0.0.9 2013-10-17
0.0.8 2013-08-25
0.0.7 2013-08-25
0.0.6 2013-08-25
0.0.5 2013-08-21
0.0.4 2013-08-16
0.0.2 2013-08-15
0.0.1 2013-08-15