Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.82 KB

README.md

File metadata and controls

62 lines (45 loc) · 1.82 KB

🔄 "auto_test_1"


About :

  • "auto_test_1" - an example of using automatic testing in the work, using the unittest module.

For what :

  • A practice while learning.

Install :

  • Folder name: auto_test_1
    • Files in a folder: auto_test_1_1.py and auto_test_1_2.py
  • On the repository page сlick the Code button in the top right corner. A menu will pop up in which you need to select Download ZIP.
  • Save and extract the folder to any convenient location.

Language :

Rank Languages
1 Python

🔄 "auto_test_2"


About :

  • "auto_test_2" - an example of using automatic testing for classes in the work, using the unittest module.

For what :

  • A practice while learning.

Install :

  • Folder name: auto_test_2
    • Files in a folder: auto_test_class_1_1.py, auto_test_class_1_2.py and auto_test_class_1_3.py
  • On the repository page сlick the Code button in the top right corner. A menu will pop up in which you need to select Download ZIP.
  • Save and extract the folder to any convenient location.

Language :

Rank Languages
1 Python

🔄 "semi_auto_test_1"


About :

  • "semi_auto_test_1" - an example of work on code verification through semi-automatic testing.

For what :

  • A practice while learning.

Install :

  • Folder name: semi_auto_test_1
    • Files in a folder: semi_auto_test_1_1.py and semi_auto_test_1_2.py
  • On the repository page сlick the Code button in the top right corner. A menu will pop up in which you need to select Download ZIP.
  • Save and extract the folder to any convenient location.

Language :

Rank Languages
1 Python