Exemplo n.º 1
0
 def test_section_saved(self):
     section_saved(None, self.section_num4)
     self.assertEqual(CACHE_PURGED_URLS,
                      ['http://localhost/reg-landing/1002/4/'])
Exemplo n.º 2
0
 def test_section_saved(self):
     section_saved(None, self.section_num4)
     self.assertEqual(
         CACHE_PURGED_URLS,
         ['http://localhost/reg-landing/1002/4/']
     )