Example #1
0
 def test_get_hostconf_module_no_default(self):
     from django_hosts.tests.hosts import simple
     self.assertEqual(get_hostconf_module('django_hosts.tests.hosts.simple'), simple)
Example #2
0
 def test_get_hostconf_module_no_default(self):
     from django_hosts.tests.hosts import simple
     self.assertEqual(
         get_hostconf_module('django_hosts.tests.hosts.simple'), simple)
Example #3
0
 def test_get_hostconf_module(self):
     from django_hosts.tests.hosts import simple
     self.assertEqual(get_hostconf_module(), simple)
Example #4
0
 def test_get_hostconf_module(self):
     from django_hosts.tests.hosts import simple
     self.assertEqual(get_hostconf_module(), simple)