Exemplo n.º 1
0
 def test_qeinput_type(self):
     input   = QEInput(type="ph")
     self.assertEqual(input.type(), "ph")
Exemplo n.º 2
0
 def test_qeinput_type(self):
     input = QEInput(type="ph")
     self.assertEqual(input.type(), "ph")