Statistics
| Branch: | Tag: | Revision:

root / test / ganeti.jqueue_unittest.py @ 858905fb

History | View | Annotate | Download (6.6 kB)

# Date Author Comment
989a8bee 07/15/2010 05:37 pm Michael Hanselmann

jqueue: Factorize code waiting for job changes

By splitting the _WaitForJobChangesHelper class into multiple smaller
classes, we gain in several places:

- Simpler code, less interaction between functions and variables
- Easy to unittest (close to 100% coverage)...