Recent Posts

Setting up pytest

1 minute read

To gain experience using Pytest I am going to write code that works like a calculator.

Intro to pytest

2 minute read

Pytest is a testing framework based on python. It is mainly used to write API test cases.