Example #1
0
 def test_strtag_str(self):
     self.assertEqual('  0\nSECTION\n', strtag((0, 'SECTION')))
Example #2
0
 def test_strtag_float(self):
     self.assertEqual(' 10\n3.1415\n', strtag((10, 3.1415)))
Example #3
0
 def test_strtag_int(self):
     self.assertEqual('  1\n1\n', strtag((1, 1)))
Example #4
0
 def test_strtag_str(self):
     self.assertEqual('  0\nSECTION\n', strtag((0, 'SECTION')))
Example #5
0
 def test_strtag_float(self):
     self.assertEqual(' 10\n3.1415\n', strtag((10, 3.1415)))
Example #6
0
 def test_strtag_int(self):
     self.assertEqual('  1\n1\n', strtag((1, 1)))