This repository showcases a variety of testing techniques using the pytest framework, including:
- β Unit testing
- β Flask API testing
- β Data-driven testing
- β Mocking
- β Automation testing using Selenium and APIs
simple_calc/: Unit tests for a basic calculatorflask_app/: Flask app with route testingdata_driven/: Parametrized testsadvanced/: Fixtures and mockingautomation/: Selenium and API testing
pip install -r requirements.txtpytest