Learning material related to Python
Go to file
Shivan Sivakumaran cd88eb7b22 creating license 2021-09-19 11:35:00 +12:00
intro_pytest more readmes 2021-09-19 11:33:32 +12:00
.gitignore pytest material 2021-09-19 11:13:03 +12:00
.pre-commit-config.yaml pytest material 2021-09-19 11:13:03 +12:00
LICENSE creating license 2021-09-19 11:35:00 +12:00
README.MD more readmes 2021-09-19 11:33:32 +12:00

README.MD

Learning Python

By Shivan Sivakumaran. Started 18th Setempber 2021.

In an effort to solidify my knowledge in Python as well as help others I have decided to create a collection of my Python 'learnings'.

Introduction to Pytest

18th September 2021

Pytest is a great tool that allows us to write automated test for our code. This ensures our code is both robust and professional.

Check it out!

What's next?