Testing enables you to quickly detect when you break something in your code. Python has very convenient tools to do it, such as Doctest and Pytest. We will also say a few words about Unittest, Tox and Travis CI.
Testing enables you to quickly detect when you break something in your code. Python has very convenient tools to do it, such as Doctest and Pytest. We will also say a few words about Unittest, Tox and Travis CI.