testizi

0.0.1 • Public • Published

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)

Package Sidebar

Install

npm i testizi

Weekly Downloads

0

Version

0.0.1

License

GPLv3

Last publish

Collaborators

  • thr0w