Exemple #1
0
 def test_qeinput_type(self):
     input   = QEInput(type="ph")
     self.assertEqual(input.type(), "ph")
Exemple #2
0
 def test_qeinput_type(self):
     input = QEInput(type="ph")
     self.assertEqual(input.type(), "ph")