single_cachet_german_from_str('Tiroler Naturrodelbahn-Gütesiegel 13 schwer')
with self.assertRaises(ValueError):
single_cachet_german_from_str('Tiroler Naturrodelbahn-Gütesiegel 2013 schwerer')
+ with self.assertRaises(ValueError):
+ single_cachet_german_from_str('Tiroler Naturrodelbahn-Gütesiegel schwer')
+ with self.assertRaises(ValueError):
+ single_cachet_german_from_str('Tiroler Naturrodelbahn-Gütesiegel 2013')
def test_to_str(self):
self.assertEqual('Tiroler Naturrodelbahn-Gütesiegel 2009 mittel', single_cachet_german_to_str(('Tiroler Naturrodelbahn-Gütesiegel', '2009', 'mittel')))