camsas / firmament

The Firmament cluster scheduling platform
Apache License 2.0
415 stars 79 forks source link

In gunit tests, factor out setup steps into common helper methods that will make the test code easier to maintain. #58

Open shivramsrivastava opened 7 years ago

shivramsrivastava commented 7 years ago

A lot of the new tests have very similar setup steps (add job, add task, add machine/PU). These could be factored out into common helper methods that will make the test code easier to maintain.