On Wed, Jul 27, 2011 at 9:26 AM, Terry Brown <[email protected]> wrote:
> I've always found the presence of both untiTest.leo and test.leo > confusing for running tests, can you confirm that my approach for > running unit tests is correct: > > HOME=/tmp python launchLeo.py leo/test/unitTest.leo > Alt-4 Yes. That looks right. You might want to disable caching as well. test.leo was intended for by-hand tests. All the "real" unit test should be in unitTest.leo. 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.
