Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 299 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 299 Bytes

Python simplified cron exercise

Prerequisites

  • Python 3.9

Setup

  1. Create a Python virtual environment
  2. Activate virtual environment
  3. pip install requirements.txt && pip install requirements_dev.txt

Running CLI

python cli.py

Running tests

pytest test.py