DistributedTaskScheduling / JobAdder

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

Unit tests #57

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

Fixes #53

However, this PR also includes #54 because all we need to do in the CI is to run the setup.py file added in #54

Hence, adding this as a draft until we merge the job implementation.

I cherry-picked the setup.py from #54 and implemented a simple test for the Serializable class, so this is more or less independent of #54