PyTest demonstration using Python
This repository contains example test cases demonstrating various PyTest features, including:
- Basic assertions
- Test grouping with markers
- Fixtures for setup and teardown
- Parametrized tests
- Skipping tests
- Testing HTTP requests with authentication
I created this repository to deepen my understanding of PyTest by exploring its core features through hands-on examples.
Install PyTest via pip if you haven't already:
pip install pytest