JUM -- sandboxes for unit tests
One of the cool things about Hieatt's JsUnit? test runner is how it provides separate sandboxes for the unit tests. That makes it possible to write unit tests that check for errant dependancies between packages.
It'd be cool if the dojo unit tests, written using calls to jum.assert(), could be run in Hieatt's JsUnit? test runner. Or, it'd be cool if dojo's Rhino-based command line test tools offered support for clean sandboxes. That might make the tests too slow to use for all the tests all the time, but maybe it could be available for some of the tests some of the time, so that we could have a few tests that do dependency checking.
Change History (4)
Milestone: |
0.6 →
0.4
|
Owner: |
changed from anonymous to jkuhnert
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
DOH supports sandboxes via iframes. Marking fixed.