Files
python-ganttclient/nova
Johannes Erdfelt 8530e14828 Use test.TestCase provided self.mox and self.stubs
Since these test cases subclass test.TestCase, it's unnecessary to
create a new self._mox when self.mox already exists. Also, self.stubs
already exists. Finally, it's unnecessary to call VerifyAll() since
test.TestCase does that as well.

Change-Id: Ib5a176d9d3448f3eb86d13ca6199d1ea557480d0
2012-09-28 22:28:23 +00:00
..