DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Add test for quering job. #177

Closed nikolatzotchev closed 4 years ago

nikolatzotchev commented 4 years ago

Add 2 jobs and runs them, after that query one of them, compare stdout to check if job is correct. Not sure if that is the best way for checking stdou but it works. fixes #164

nikolatzotchev commented 4 years ago

This test is enough right, maybe I will add one more where the query command returns more then 1 job, but if the commands have unnittests this should suffice.