Skip to content

Commit

Permalink
adding back in pcluster_spawner_template
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Oct 25, 2022
1 parent c8025c1 commit 8b98cdf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_aws_pcluster_slurm_spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
os.environ[ENV_PCLUSTER_CONFIG_FILE] = pcluster_config_file


def test_imports():
from aws_pcluster_slurm_spawner import (
PClusterSlurmSpawner,
pcluster_spawner_template_paths,
)

assert os.path.exists(pcluster_spawner_template_paths)


def test_profiles():
spawner = PClusterSlurmSpawner()
debug(spawner.profiles_list)

0 comments on commit 8b98cdf

Please sign in to comment.