Commit Graph

8 Commits (eda1edd07f03dea04d30445308813af273b57454)

Author SHA1 Message Date
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 2010-07-15 14:21:31 -07:00
Ryan Dahl 5f30377bbc Load modules in individual contexts
Add NODE_MODULE_CONTEXTS env var

Only one test was modified to check that this works. NEED to go through all
tests and modify them so that

  NODE_MODULE_CONTEXTS=1 make test

passes.
2010-07-15 10:34:39 -07:00
Ryan Dahl a6f904cab7 Tests should use compiled-in modules not build-dir modules 2010-03-15 08:14:51 -07:00
isaacs 5861db8a69 Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
Felix Geisendörfer 44dde5f24c Remove fs/path globals from test suite
It is way too easy to not notice bugs due to those modules being
exported as globals while running the test suite.

See: http://github.com/ry/node/issues#issue/75
2010-03-08 10:20:07 -08:00
arlolra 724ccf10df Tests on common port. 2010-02-26 12:20:10 -08:00
Ryan Dahl b08f2af344 Update common.js path for new test layout 2010-02-25 12:01:23 -08:00
arlolra 04fac19822 Split tests. 2010-02-25 11:41:11 -08:00