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