WIPACrepo / pyglidein

Some python scripts to launch HTCondor glideins
MIT License
6 stars 20 forks source link

unit tests? #53

Open dsschult opened 7 years ago

dsschult commented 7 years ago

We should probably have some form of testing the code. Unit tests for some things, and maybe a full chain test somewhere.

dsschult commented 7 years ago

Example: true unit tests on client

mock server, provide various job inputs and cluster configs, mock cluster submit, test if we submitted the correct jobs to the cluster.