Files
python-ganttclient/nova/tests/scheduler
Johannes Erdfelt 42a39e1f37 Remove empty setUp/tearDown methods
Python will call into the parent classes implementation of setUp/tearDown
if there is no implementation in the child

Also, make sure all setUp implementations subclassed off test.TestClass
call the parent setUp so everything gets setup correctly

Change-Id: If410cd412d9557a0d3172ec96b592fbd3fd67ffd
2012-03-02 16:18:07 +00:00
..