|
|
Subscribe / Log in / New account

Automated tests?

Automated tests?

Posted Aug 1, 2018 10:02 UTC (Wed) by tekNico (subscriber, #22)
Parent article: The Grumpy Editor's Python 3 experience

"it is going to take a lot of testing before your editor is confident with the results."

This seems to refer to the manual kind of testing. Are there automated tests in the code base?


to post comments

Automated tests?

Posted Aug 1, 2018 19:36 UTC (Wed) by ceplm (subscriber, #41334) [Link]

One of the main lessons from py2k->py3k conversions should be truly that unit tests are not something to ignore, but just the opposite: there is no bug, if it doesn't trigger some unit test. Not only it helps py2k->py3k transition, but also maintaining Python code in the long term (when Python standards evolves).


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds