Last active
September 24, 2019 14:24
-
-
Save DavidPiper94/43513344d03eb2fc37d269fa0329d496 to your computer and use it in GitHub Desktop.
Example code for article about unit tests - Output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 0.000s | |
OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Link to article: https://medium.com/@HeyDaveTheDev/writing-unit-tests-in-python-d61531d2c3f0