YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Mock child process #94

Closed wangjungithub closed 11 years ago

wangjungithub commented 11 years ago

This is to support Arrow test coverage on child process when the test code is using child_process.spawn to spawn new process. You can find the sample usage in arrowRoot/sharelib/lib/server/mock-child-process.js.