Unit Testing CLI Applications built with Python CLICK
We have been building a lot of CLI apps with CLICK in python. In this tutorial we will learn how to test these applications to make it more production ready. It is a useful practice to test your programs and CLI apps you build. CLICK comes with its own unit testing suite which makes it …
Unit Testing CLI Applications built with Python CLICK Read More »