Deb Lewis
2006-Jun-03 01:30 UTC
[Masterview-devel] Running unit tests standalone (indep of rails app context)
OK, I''ve got unit test case execution working with pretty little red and green bars in my eclipse workspace. wow. Doing a first pass over all the existing tests to make sure they run completely standalone - I''m running using a checked-out copy of masterview trunk that''s not inside a rails app directory structure context or rails runtime env. Fixed one problem, still have 2 tests that don''t run (template_file_watcher, template_test) - these both might have something to do with either diffs in our test setups or platform diffs between *nix and Win32; one failure involves a file system "permission denied" error. After I sort those out I''ll bring in the new init/config code and fix the problems that introduces so we have a clean test run. I can already see bad assumptions in what I did that need to be cleaned up to accomplish this. This is a good exercise. ~ Deb