def test_category_subdomain_get_url_non_ignore(self):
     tools.assert_equals('http://nested-two.example.com/', get_url('/nested-2/'))
Example #2
0
 def test_category_subdomain_get_url_non_ignore(self):
     tools.assert_equals('http://nested-two.example.com/',
                         get_url('/nested-2/'))
 def test_category_subdomain_get_url_ignores(self):
     tools.assert_equals('/nested-1/', get_url('/nested-1/'))
Example #4
0
 def test_category_subdomain_get_url_ignores(self):
     tools.assert_equals('/nested-1/', get_url('/nested-1/'))