## Context mrstack has no test suite. Core modules in `mrstack/` and `src/` are untested. ## What to do 1. Add pytest to dev dependencies 2. Write initial tests for core functionality (config loading, scheduler, command parsing) ## Difficulty: Easy
Context
mrstack has no test suite. Core modules in
mrstack/andsrc/are untested.What to do
Difficulty: Easy