#testing

Testing and CI - 6/9

Published at February 16, 2021 ·  4 min read

Heya fellows, This is part 6 of the multi-part series “The Evolution of a Script”. The code of this post can be found on Github (see here). Contents A Simple Script Sys Module Argparse Module Distribution via Installation Script Distribution via Setup File Testing and Continuous Integration Documentation Publishing at PyPI Publishing at Anaconda When projects grow a good test suite gives you confidence that new code you add don’t cause parts of the application to break....