You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Testing — a collection of small projects demonstrating different approaches to automated and semi-automated testing in Python.
The repository contains examples of testing functions and classes using the unittest module, as well as a semi-automated approach to code verification.
Technologies and Tools :
Python
unittest
Git
GitHub
How to run :
Clone the repository.
Open the required project folder.
Run the Python files using Python.
Projects :
✅ auto_test_1
About project :
auto_test_1 — an example of automated testing using the unittest module.
The project demonstrates how to create and run tests for Python code.