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