def test_user_type_setter(self):
     c = TestConfig(self.client)
     c.user_type = TestConfig.VU
     self.assertEqual(c.user_type, TestConfig.VU)
 def test_user_type_setter(self):
     c = TestConfig(self.client)
     c.user_type = TestConfig.VU
     self.assertEqual(c.user_type, TestConfig.VU)