Re: [slurm-users] Unit Testing job_submit.lua

2023-02-18 Thread Ole Holm Nielsen
On 17-02-2023 23:10, Groner, Rob wrote: I'm trying to setup some testing of our job_submit.lua plugin so I can verify that changes I make to it don't break anything. I looked into luaunit for testing, and that seems like it would do what I needlet me set the value of inputs, call the slurm

[slurm-users] Unit Testing job_submit.lua

2023-02-17 Thread Groner, Rob
I'm trying to setup some testing of our job_submit.lua plugin so I can verify that changes I make to it don't break anything. I looked into luaunit for testing, and that seems like it would do what I needlet me set the value of inputs, call the slurm_job_submit() function with them, and the