0.0.1 • Published 10 years ago

testizi v0.0.1

Weekly downloads
3
License
GPLv3
Repository
github
Last release
10 years ago

testizi - Easy Test for Node/Javascript

Build Status Dependencies Coverage Status

still working, carefull in production enviroments

Parse JSDOC of functions and generates tests for them.

For functions simple functions

/* @test sum(1, 1) == 2 @test sum(1, 1) > 1
/

function sum(a,b){ return a+b; }

Support

  • async (pending)
  • callbacks (pending)
  • promises (pending)

Pluggins

  • mocha (pending)