Description
Ethereum is a Turing complete Blockchain. Instead of just processing transactions like Bitcoin, the Ethereum Virtual Machine can run programs. There is one catch regarding any code that is deployed: Fixing errors is almost impossible. Hence, testing becomes incredibly important. The beauty of Unittesting in Ethereum? You can do it in Python and I will show you how.