From 8d6bf8073f7c8722317a55a52f43143dcc88500e Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Tue, 2 Sep 2014 21:04:43 -0700 Subject: [PATCH] creating test archetecture --- testHarness/readme.md | 8 ++++++++ testHarness/test.js | 0 2 files changed, 8 insertions(+) create mode 100644 testHarness/readme.md create mode 100644 testHarness/test.js diff --git a/testHarness/readme.md b/testHarness/readme.md new file mode 100644 index 0000000..202bffa --- /dev/null +++ b/testHarness/readme.md @@ -0,0 +1,8 @@ +#node-ipc test harness +*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](https://stackedit.io/). \ No newline at end of file diff --git a/testHarness/test.js b/testHarness/test.js new file mode 100644 index 0000000..e69de29