Skip to content

Latest commit

 

History

History

unit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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