Last active
September 24, 2019 14:25
-
-
Save DavidPiper94/df57e164aed5c26652948dd258ce648e to your computer and use it in GitHub Desktop.
Example code for article about unit tests - Executable
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
if __name__ == '__main__': | |
unittest.main() |
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