Best Python code snippet using localstack_python
test_domain.py
Source: test_domain.py
...57 'domain_id': self.domain.domain_id58 }59 issue_token = self.identity_v1.Token.issue(token_params)60 self.owner_token = issue_token.access_token61 def test_create_domain(self):62 """ Create Domain63 """64 name = utils.random_string()65 params = {66 'name': name,67 'tags': {68 utils.random_string(4): utils.random_string(4),69 utils.random_string(4):utils.random_string(4)70 }71 }72 self.domain = self.identity_v1.Domain.create(params)73 self.assertEqual(self.domain.name, name)74 self._create_domain_owner()75 self._issue_owner_token()76 def test_update_domain_tag(self):77 """ Update domain tag78 """79 self.test_create_domain()80 tags = {81 'update_key': 'update_value'82 }83 params = {'domain_id': self.domain.domain_id, 'tags': tags}84 self.domain = self.identity_v1.Domain.update(85 params,86 metadata=(('token', self.owner_token),)87 )88 domain_info = MessageToDict(self.domain)89 self.assertEqual(domain_info['tags'], tags)90 def test_update_domain_config(self):91 """ Update domain config92 """93 self.test_create_domain()94 config = {'TEST': 'BLAH-BLAH'}95 params = {'domain_id': self.domain.domain_id, 'config': config}96 self.domain = self.identity_v1.Domain.update(97 params,98 metadata=(('token', self.owner_token),)99 )100 domain_info = MessageToDict(self.domain)101 self.assertEqual(domain_info['config'], config)102 def test_enable_domain(self):103 """ enable Domain104 """105 self.test_create_domain()106 self.domain = self.identity_v1.Domain.enable(107 {'domain_id': self.domain.domain_id},108 metadata=(('token', self.owner_token),)109 )110 self.assertEqual(self.domain.state, 1)111 def test_disable_domain(self):112 """ disable Domain113 """114 self.test_create_domain()115 self.domain = self.identity_v1.Domain.disable(116 {'domain_id': self.domain.domain_id},117 metadata=(('token', self.owner_token),)118 )119 self.assertEqual(self.domain.state, 2)120 def test_get_domain(self):121 """ Get Domain122 """123 self.test_create_domain()124 domain = self.identity_v1.Domain.get(125 {'domain_id': self.domain.domain_id},126 metadata=(('token', self.owner_token),)127 )128 self.assertEqual(self.domain.name, domain.name)129 def test_list_domains(self):130 """ list Domains131 """132 self.test_create_domain()133 params = {134 'query': {135 'filter': [136 {'k': 'state', 'v': 'ENABLED', 'o': 'eq'}137 ]138 }, 'name': self.domain.name139 }140 result = self.identity_v1.Domain.list(141 params,142 metadata=(('token', self.owner_token),)143 )144 self.assertEqual(result.total_count, 1)145 def test_list_domains_query_filter(self):146 self.test_create_domain()147 params = {148 'name': self.domain.name149 }150 result = self.identity_v1.Domain.list(151 params,152 metadata=(('token', self.owner_token),)153 )154 self.assertEqual(result.total_count, 1)155 def test_stat_domain(self):156 self.test_list_domains()157 params = {158 'query': {159 'aggregate': [{160 'group': {...
test_base_stype.py
Source: test_base_stype.py
...88 self.assertEqual(int(var(2, 0)), 4)89 self.assertEqual(int(var(2, 1)), 4)90 self.assertEqual(int(var(3, 2)), 9)91 def test_Field(self) -> None:92 pass # Implicitly tested by test_create_domain()93 def test_create_field(self) -> None:94 create = stype.create_field95 with self.subTest():96 self.assertRaises(TypeError, create)97 with self.subTest(args=('x', )):98 field = create('x')99 self.assertIsInstance(field, stype.Field)100 self.assertEqual(field.id, 'x')101 self.assertEqual(field.type, type(None))102 with self.subTest(args=(('x', int))):103 field = create(('x', int))104 self.assertIsInstance(field, stype.Field)105 self.assertEqual(field.id, 'x')106 self.assertEqual(field.type, int)107 def test_create_basis(self) -> None:108 create = stype.create_basis109 with self.subTest():110 self.assertRaises(TypeError, create)111 with self.subTest(args=('x', )):112 frame, basis = create('x')113 self.assertEqual(frame, ('x', ))114 self.assertEqual(len(basis), 1)115 self.assertEqual(basis['x'].id, 'x')116 self.assertEqual(basis['x'].type, type(None))117 with self.subTest(args=(('x', 'y'), )):118 frame, basis = create(('x', 'y'))119 self.assertEqual(frame, ('x', 'y'))120 self.assertEqual(len(basis), 2)121 self.assertTrue('x' in basis)122 self.assertTrue('y' in basis)123 def test_Domain(self) -> None:124 pass # Implicitly tested by test_create_domain()125 def test_create_domain(self) -> None:126 create = stype.create_domain127 with self.subTest():128 dom = create()129 self.assertEqual(dom.type, type(None))130 self.assertEqual(dom.frame, tuple())131 with self.subTest(args=(object, )):132 dom = create(object)133 self.assertEqual(dom.type, object)134 self.assertEqual(dom.frame, tuple())135 with self.subTest(args=((tuple, ('a', 'b', 'c')), )):136 dom = create((tuple, ('a', 'b', 'c')))137 self.assertEqual(dom.type, tuple)138 self.assertEqual(dom.frame, ('a', 'b', 'c'))139 with self.subTest(args=(tuple, ), defaults={'fields': ('a', 'b', 'c')}):...
Check out the latest blogs from LambdaTest on this topic:
The fact is not alien to us anymore that cross browser testing is imperative to enhance your application’s user experience. Enhanced knowledge of popular and highly acclaimed testing frameworks goes a long way in developing a new app. It holds more significance if you are a full-stack developer or expert programmer.
QA testers have a unique role and responsibility to serve the customer. Serving the customer in software testing means protecting customers from application defects, failures, and perceived failures from missing or misunderstood requirements. Testing for known requirements based on documentation or discussion is the core of the testing profession. One unique way QA testers can both differentiate themselves and be innovative occurs when senseshaping is used to improve the application user experience.
Having a good web design can empower business and make your brand stand out. According to a survey by Top Design Firms, 50% of users believe that website design is crucial to an organization’s overall brand. Therefore, businesses should prioritize website design to meet customer expectations and build their brand identity. Your website is the face of your business, so it’s important that it’s updated regularly as per the current web design trends.
Enterprise resource planning (ERP) is a form of business process management software—typically a suite of integrated applications—that assists a company in managing its operations, interpreting data, and automating various back-office processes. The introduction of a new ERP system is analogous to the introduction of a new product into the market. If the product is not handled appropriately, it will fail, resulting in significant losses for the business. Most significantly, the employees’ time, effort, and morale would suffer as a result of the procedure.
Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.
You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.
Get 100 minutes of automation test minutes FREE!!