On Thursday, December 3, 2020 at 7:30:09 AM UTC-6 Edward K. Ream wrote: > Work in the ekr-unit-test is complete.
I'll merge ekr-unit-test into devel later today. > leoTest2.py has collapsed in complexity. Almost nothing remains in leoTest2.py! - leoTest2.py contains only a few top-level functions. Only the create_app function is essential. - leoTest2.py also contains two classes that convert tests in unitTest.leo to nodes containing normal unittest.TestCase code. These nodes get moved (by hand) to classes in leo/unittests. After that, the classes are served their purpose. Eventually, these conversion classes will migrate to scripts.leo. *Summary* Heh. It has taken several days of intense effort to free myself of the mindset of the old unit testing world. Python's unit test tools don't need any help! At last, leoTest2.py has gotten out of the way. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/8c238004-a87d-4a5b-b9c7-7aef7ca4cc3cn%40googlegroups.com.
