Ejemplo n.º 1
0
 def test_goodFriday(self):
     self.assertEqual(
         'Good Friday',
         lectionaryviews._massLongDisplayName(
             self._findMass('holy-week/good-friday')))
Ejemplo n.º 2
0
 def test_palmSunday(self):
     self.assertEqual(
         'Palm Sunday',
         lectionaryviews._massLongDisplayName(
             self._findMass('holy-week/palm-sunday')))
Ejemplo n.º 3
0
 def test_palmSunday(self):
     self.assertEqual(
         'Mass of the Lord\'s Supper',
         lectionaryviews._massLongDisplayName(
             self._findMass('holy-week/mass-of-the-lords-supper')))
Ejemplo n.º 4
0
 def test_fridayInTheFourthWeekOfLent(self):
     self.assertEqual(
         'Friday in the Fourth Week of Lent',
         lectionaryviews._massLongDisplayName(
             self._findMass('lent/week-4/friday')))
Ejemplo n.º 5
0
 def test_thursdayAfterAshWednesday(self):
     self.assertEqual(
         'Thursday After Ash Wednesday',
         lectionaryviews._massLongDisplayName(
             self._findMass('lent/week-of-ash-wednesday/thursday')))
Ejemplo n.º 6
0
 def test_mondayInTheSecondWeekOfAdvent(self):
     self.assertEqual(
         'Monday in the Second Week of Advent',
         lectionaryviews._massLongDisplayName(
             self._findMass('advent/week-2/monday')))
Ejemplo n.º 7
0
 def test_december17(self):
     self.assertEqual(
         'December 17',
         lectionaryviews._massLongDisplayName(
             self._findMass('advent/end-of-advent/12-17')))
Ejemplo n.º 8
0
 def test_firstSundayOfAdvent(self):
     self.assertEqual(
         '1st Sunday of Advent',
         lectionaryviews._massLongDisplayName(
             self._findMass('advent/week-1/sunday')))
Ejemplo n.º 9
0
 def test_thirdSundayOfOrdinaryTime(self):
     self.assertEqual(
         '3rd Sunday of Ordinary Time',
         lectionaryviews._massLongDisplayName(
             self._findMass('ordinary/week-3/sunday')))
Ejemplo n.º 10
0
 def test_saturdayInTheSeventhWeekOfEaster(self):
     self.assertEqual(
         'Saturday in the Seventh Week of Easter',
         lectionaryviews._massLongDisplayName(
             self._findMass('easter/week-7/saturday')))
Ejemplo n.º 11
0
 def test_mondayInTheFirstWeekOfOrdinaryTime(self):
     self.assertEqual(
         'Monday in the First Week of Ordinary Time',
         lectionaryviews._massLongDisplayName(
             self._findMass('ordinary/week-1/monday')))
Ejemplo n.º 12
0
 def test_thursdayChrismMass(self):
     self.assertEqual(
         'Thursday Chrism Mass',
         lectionaryviews._massLongDisplayName(
             self._findMass('holy-week/thursday-chrism-mass')))
Ejemplo n.º 13
0
 def test_wednesdayInHolyWeek(self):
     self.assertEqual(
         'Wednesday in Holy Week',
         lectionaryviews._massLongDisplayName(
             self._findMass('holy-week/wednesday')))
Ejemplo n.º 14
0
 def test_stStephen(self):
     self.assertEqual(
         'Second Day of Christmas (St. Stephen)',
         lectionaryviews._massLongDisplayName(
             self._findMass('christmas/day-2-st-stephen')))
Ejemplo n.º 15
0
 def test_seventhDayOfChristmas(self):
     self.assertEqual(
         'Seventh Day of Christmas',
         lectionaryviews._massLongDisplayName(
             self._findMass('christmas/day-7')))
Ejemplo n.º 16
0
 def test_easterSunday(self):
     self.assertEqual(
         'Easter Sunday',
         lectionaryviews._massLongDisplayName(
             self._findMass('easter/week-1/easter-sunday')))