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')
 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')
 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')
 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')