Automated Software Testing with Python

Pytest & GitHub Actions CI/CD Pipeline Project

📌 Project Overview

This project demonstrates automated software testing and continuous integration (CI/CD) using Python and the Pytest framework. It validates core bank account functionalities, API response structures, and handles edge cases like insufficient funds.

⚡ Pipeline Execution Status

Build Status: 4 Tests Passed ✅

Every commit is automatically tested using GitHub Actions cloud runners (Ubuntu VM) to prevent code regressions and ensure production stability.

📊 View HTML Test Report 🐙 View GitHub Repository