Ejemplo n.º 1
0
 def test_get_flexi_template_location_without_full_path(self):
     test_template = get_flexi_template_location('tests/test.html')
     self.assertEqual(test_template, 'flexipage/tests/test.html')
Ejemplo n.º 2
0
 def test_get_flexi_template_location_without_full_path(self):
     test_template = get_flexi_template_location('tests/test.html')
     self.assertEqual(test_template, 'flexipage/tests/test.html')
Ejemplo n.º 3
0
 def test_get_flexi_template_location(self):
     test_template = get_flexi_template_location(
         'flexipage/tests/test.html')
     self.assertEqual(test_template, 'flexipage/tests/test.html')
Ejemplo n.º 4
0
 def test_get_flexi_template_location(self):
     test_template = get_flexi_template_location('flexipage/tests/test.html')
     self.assertEqual(test_template, 'flexipage/tests/test.html')