Rev 4995 completes the last planned code reorg. Later revs will be more localized.
All usual tests pass, but please use caution. Please report any new problems immediately. This rev creates a new TestManager class in leoTest.py, folds the testUtils class into it and creates the c.testManager object. This c.testManager object eliminates the need for imports of leo.core.leoTest within unitTest.leo. A whole lot of blah, blah, blah is gone. Furthermore, there is no need to access the testUtils class: everything is in c.testManager. The TestManager class substantially clarifies *all* the code in leoTest.leo. This is surprisingly important because the testing code is hardly straightforward. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
