Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 332 Bytes

File metadata and controls

13 lines (9 loc) · 332 Bytes

Automate Testing

Script Path: automate_python_testing.sh

Description: Runs automated tests and generates a test report.

Requirements

  • pytest must be installed (pip install pytest).

User-configurable variables

  • project_dir: Path to the project directory.
  • test_report: Path to the test report file.