Writing functional tests for the functions exposed by a module is
straightforward, using any of the many TDD framework for Node.

However, it's not clear what the best approach is, to writing unit
tests for functions that are not exposed by a module.

One possibility is to write unit tests as part of the module and
expose one or more test methods.  However, it's not clear how unit
tests could then be excluded from a production module.

What is the usual approach? is it possible to write a test submodule
and cleanly exclude it from a production module?

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to