Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 577 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 577 Bytes

Installation

  1. Install pyenv
  2. Install poetry
  3. Run pyenv install <PYTHON-VERSION>
  4. Run pyenv local <PYTHON-VERSION>
  5. Run poetry install

Usage

Schedule

poetry run python3 -m msm_scheduler.schedule

Availability

poetry run python3 -m msm_scheduler.availability

Test

Run all

./test_scripts.sh

Run Individual

poetry run python3 -m msm_scheduler.tests.csv_test
poetry run python3 -m msm_scheduler.tests.sanity_test
poetry run python3 -m msm_scheduler.tests.google_spreadsheet_test