PySlurm / pyslurm

Python Interface to Slurm
https://pyslurm.github.io
GNU General Public License v2.0
491 stars 119 forks source link

refactor: update test suite to run locally #195

Closed giovtorres closed 2 years ago

giovtorres commented 2 years ago

This change aims to simplify testing of PySlurm. The test suite, using pytest, leverages a Slurm container for running tests locally.

Instructions are added to the README to use a test container, or an existing Slurm cluster that you have access to.