0.5.1 • Published 9 years ago

testman v0.5.1

Weekly downloads
38
License
MIT
Repository
github
Last release
9 years ago
@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()

External links

Licence

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

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.10

10 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.11

12 years ago

0.0.10

12 years ago

0.0.9

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago