예제 #1
0
파일: tags.py 프로젝트: bsu/GWM
 def test_abbreviate_fqdn_abbreviated(self):
     self.assertEqual(tags.abbreviate_fqdn("subdomain"), "subdomain")
예제 #2
0
파일: tags.py 프로젝트: bsu/GWM
 def test_abbreviate_fqdn(self):
     self.assertEqual(tags.abbreviate_fqdn("subdomain.example.com"),
         "subdomain")