iupui-soic / openemr

The most popular open source electronic health records and medical practice management solution.
https://open-emr.org/
GNU General Public License v3.0
0 stars 4 forks source link

Added files to run all the tests together, generate report and send e… #19

Closed shinair closed 4 months ago

shinair commented 5 months ago

Short description of what this resolves:

Added two files:

  1. run_tests.sh
  2. send_mail.py

Changes proposed in this pull request:

  1. run_tests.sh will run all the Python test files, generate a report, and call the send_mail.py file.
  2. send_mail.py will send the report to the email ids specified in the file.

Additionally, configured a cronjob to run the run_tests.sh file every day at 2 am.