示例#1
0
 def setUp(self):
     super(PermsTest, self).setUp()
     self.role_no = make_tweaker_role(self.instance, 'no')
示例#2
0
 def setUp(self):
     super(PermsTest, self).setUp()
     self.role_no = make_tweaker_role(self.instance, 'no')
示例#3
0
 def setUp(self):
     super(ResourcePermsTest, self).setUp()
     self.instance.add_map_feature_types(['RainBarrel', 'Bioswale'])
     self.role_no = make_tweaker_role(self.instance, 'no')
     self.commander = make_commander_user(self.instance)
示例#4
0
 def setUp(self):
     super(ResourcePermsTest, self).setUp()
     self.instance.add_map_feature_types(['RainBarrel', 'Bioswale'])
     self.role_no = make_tweaker_role(self.instance, 'no')
     self.commander = make_commander_user(self.instance)