Exemplo n.º 1
0
 def testCommand(self):
     m = MetricItem()
     m.setCommand("snafu")
     self.assertEquals(m.getCommand(), "snafu", "Commands not equal")