Unit Tests Introduction The tests/unit directory contains the unit tests for Slurm-Mail. The pytest utility is used to run the tests. Python Module Requirments mock pytest Running Tests pytest -v tests/unit/test.py