node-ipc/testHarness
Brandon Nozaki Miller 5f5f65bcb8 versioned npm 2014-09-05 20:35:37 -07:00
..
tests versioned npm 2014-09-05 20:35:37 -07:00
npm-debug.log added node-cmd dependency 2014-09-03 18:20:53 -07:00
readme.md fixed #24 and added test of tcp-socket-test to test the basic functions of tcp socket 2014-09-05 19:34:51 -07:00
test.js fixed #22 and added test under unixSocketTesting 2014-09-04 22:06:25 -07:00

readme.md

#node-ipc test harness TestHarness was intended to be run on linux. the test.js file is intended to start and run all of the files in the test folder

A full regression test should be done before each release to npm to insure that no expected or previously documented bugs pop up again. This will also help to ensure that each new release does not create any additional bugs. However, it can never fully ensure no new bugs will be created. Any bug that is reported and testable, which should be 99.9% of bugs, should have a test written and added to the test folder after fixing.

Written with StackEdit.