Python TDD Workflow Unit Testing Code Example for Beginners
YOUR LINK HERE:
http://youtube.com/watch?v=ibVSPVz2LAA
In this tutorial we will play the game of unit testing! ๐ฎ๐ฎ๐ฎ • To do so - we will learn a brand new coding workflow, implementing a set of programming principles known as Test Driven Development. • I will introduce you to the Three Laws of TDD (also known as the Three Laws of Uncle Bob) and show how to write a piece of software unit by unit, test by test, 2 minutes at a time! โฑ๏ธ • The end result is not only a cool encryption algorithm known as Caesars Cipher - but also a series of unit tests that ensures its accuracy and reliability. • In the very end - I also have a ๐ CHALLANGE ๐ for you! So make sure you tune in at minute 23:10 to participate and practice your new set of skills! ๐ช • โญ CLONE MY CODE โญ • ----------------------------------------- • https://app.wayscript.com/lairs/45150... • Also, please feel free to revise it and reshare your versions with the world! • Quick instructions of how to do this via Wayscript at minute 23:50 • ๐ JUPYTER SYNTAX ๐ • ----------------------------------------- • unittest.main(argv=[''], verbosity=2, exit=False) • ๐ฝ๏ธ RELATED TUTORIALS OF MINE ๐ฝ๏ธ • ----------------------------------------------------------------- • โญ Classes and OOP: • • Python Classes and Objects - OOP for ... • โญ Inheritance and Private Class Members: • • OOP Class Inheritance and Private Cla... • โญ If _name_ == __main__ for Python Developers: • • If __name__ == __main__ for Python ... • โญ List Comprehension: • • List Comprehension - BEST Python feat... • โญ Software Design and Development Exam Practice Stream: • • Software Design and Development - Wha... • โฐ TIMESTAMPS โฐ • ----------------------------------------- • 00:00 - Intro • 01:19 - Three Laws of TDD • ----------------------------------------- • TEST 1 - Test Data Exists • ----------------------------------------- • 02:07 - Basic syntax • 03:59 - Jupyter Notebook syntax • 04:30 - Assertion • 06:28 - Production Code • 07:32 - 2 minutes • ----------------------------------------- • 07:54 - Test Input Data Type • 09:12 - Test Return Output • 10:16 - Test Input and Output Length • 11:45 - Test Input different from Output • 14:28 - Test Output Data Type • 15:46 - Test Caesars Cipher • 20:40 - Test More Inputs • 23:10 - Challenge for you! • 23:50 - How to share your code via Wayscript • 25:09 - Thanks for watching! :) • ๐ค Connect with me ๐ค • -------------------------------------- • ๐ Github: • https://github.com/mariyasha • ๐ Discord: • / discord • ๐ LinkedIn: • / mariyasha888 • ๐ Twitter: • / mariyasha888 • ๐ Blog: • https://www.pythonsimplified.org • ๐ฏ Sources ๐ฏ • -------------------------------------- • โญ Python unittest Documentation: • https://docs.python.org/3/library/uni... • โญ Professionalism and Test-Driven Development by Robert C. Martin: • https://ieeexplore.ieee.org/document/... • ๐ณ Credits ๐ณ • ---------------------- • โญ Beautiful animated graphics by: • mixkit.co • โญ Beautiful icons by: • flaticon.com
#############################
