Codio Activity : pytest
We investigated the test-driven development of an application in Python which makes use of pytest
We worked with the code that we called wallet.py below;
We also had test code called test_wallet.py shown below
We tested this code using a command pytest -q test_wallet.py.
The output is shown below