How to Unit Test Complex Data Like Numpy Arrays in Python
In this tutorial, we'll learn how to test complex data structures in Python.
Examples of such data include images, nested dictionaries, dictionaries of numpy arrays and even file contents. Learning how to test general data is a very helpful skill, e...
miguendes.me7 min read
Edidiong Asikpo (Didi)
Senior Developer Advocate at Ambassador Labs
This is well detailed and very well explained.
Thanks for writing and publishing this article Miguel Brito.