예제 #1
0
 def test_NaOH(self):
     self.assertEqual(format_elements('Na,  O  , h'),'na,o,h')
예제 #2
0
 def test_NaOH(self):
     self.assertEqual(format_elements('Na,  O  , h'), 'na,o,h')
예제 #3
0
 def test_quit(self):
     self.assertEqual(format_elements(' Q   uI   t'),'quit')
예제 #4
0
 def test_quit(self):
     self.assertEqual(format_elements(' Q   uI   t'), 'quit')