9 Commits

Author SHA1 Message Date
Jannon
2d73440b3d Testing Framework Upgrade Part I
This first part of the testing framework upgrade:

- enhances the jsdoc script to allow switching to debug mode from the command line
- uses Jasmine to run tests
- adds flexibility to run tests from multiple root directories
- does automatic test discovery, so test files can just be created, dropped in an appropriate folder, and run without having to explicity add it to the test runner
- cleans up the test directory layout
- incorporates env.rhino.js which should make it easier to test templates
- is incomplete: this is just a savepoint.  About 1/3 of the tests have been converted.  The rest are still run through the old testrunner
2012-04-30 17:39:50 -07:00
Jannon
60197c6164 Add 'install' task to Jakefile and ignore conf.json
Also adding wrench for directory copy goodness and pointing to more up-to-date Jake information
2012-03-16 02:46:39 -07:00
Rafał Wrzeszcz
65bd3c0069 Dropped dependency on underscore/underscore - Rhino 1.7 (which we use) implements ECMAScript5. 2012-01-04 12:46:41 +01:00
Michael Mathews
818c97399a Using underscore now to simplify some of the array convolutions in publish.js. 2011-11-17 07:01:11 +00:00
Michael Mathews
2c38b21159 Moved link generation code out into its own module: templateHelper. Added feature to convert unsafe filenames to md5 hashes. 2011-08-06 21:39:54 +01:00
Michael Mathews
6786e850f5 Moved jsdoc module to rhino_modules. 2011-08-04 21:01:21 +01:00
Michael Mathews
32f6b1f460 Added testhelper to resolve {@link ...} tags. 2011-08-04 20:46:02 +01:00
Michael Mathews
51c8046fcc Added support in default template for modules that are also classes. 2011-06-23 21:50:09 +01:00
Michael Mathews
8799668ccf Added more nodejs compatible version of require(). 2011-06-17 21:06:37 +01:00