Skip to content

michalkasiarz/automated-software-testing-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

automated-software-testing-with-python

Exercises from Jose Salvatierra's "Automated Software Testing with Python" course 🔗 Automated Software Testing with Python

🔧 Language: Python 3

🚩 A Full Python Refresher

☑️ Variables in Python
☑️ Methods in Python
☑️ List, tuples and sets
☑️ Advanced set operations
☑️ Loops in Python
☑️ If statements
☑️ List comprehension
☑️ Dictionaries
☑️ Objects in Python
☑️ @classmethod and @staticmethod
☑️ Inheritance
☑️ args and kwargs
☑️ Passing functions as arguments
☑️Decorators in Python
☑️ Advanced decorators

🚩 Your first automated software test

☑️ First test
☑️ Testing dictionary equivalence
☑️ Writing blog tests
☑️ The repr method, and intro to TDD
☑️ Integration tests
⏳ Mocking, patching, and system tests
🔲 Patching the input method and returning values
🔲 Taking our patching further
🔲 The last few patches!
🔲 The TestCase setUp method

About

Exercises from Jose Salvatierra's "Automated Software Testing with Python" course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages