Lines Matching refs:NoSectionError
138 with self.assertRaises(configparser.NoSectionError):
262 with self.assertRaises(configparser.NoSectionError) as cm:
444 with self.assertRaises(configparser.NoSectionError):
567 with self.assertRaises(configparser.NoSectionError):
569 with self.assertRaises(configparser.NoSectionError):
571 e = self.get_error(cf, configparser.NoSectionError, "foo", "bar")
798 with self.assertRaises(configparser.NoSectionError):
1704 e1 = configparser.NoSectionError('section')
1918 with self.assertRaises(configparser.NoSectionError) as cm:
1924 with self.assertRaises(configparser.NoSectionError) as cm:
1930 with self.assertRaises(configparser.NoSectionError) as cm: