Lines Matching refs:tricky
547 tricky = support.findfile("cfgparser.3")
550 expected = (tricky,)
553 expected = (tricky, 1,
554 ' # INI with as many tricky parts as possible\n')
555 with open(tricky, encoding='utf-8') as f:
1359 tricky = support.findfile("cfgparser.3")
1361 self.assertEqual(len(cf.read(tricky, encoding='utf-8')), 1)
1368 'tricky interpolation',
1385 self.assertEqual(cf.get('tricky interpolation', 'lets'), 'do this')
1386 self.assertEqual(cf.get('tricky interpolation', 'lets'),
1387 cf.get('tricky interpolation', 'go'))
1391 tricky = support.findfile("cfgparser.3")
1394 cf.read(tricky, encoding='ascii')