Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

🔄 Python Testing


About project :

  • 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.

Source code :

✅ auto_test_2


About project :

  • auto_test_2 — an example of automated testing for Python classes using the unittest module.
  • The project demonstrates how to organize and run tests for class-based code.

Source code :

✅ semi_auto_test_1

About project :

  • semi_auto_test_1 — an example of a semi-automated approach to code verification.
  • The project demonstrates how automated checks can be combined with manual verification.

Source code :

About

💻 🧪 Automated testing using Python's unittest module, including semi-automated tests.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages