@@ -259,41 +259,41 @@ def test_api_field_type_urls_external_links(self):
259259
260260
261261
262- def test_api_field_exists_urls_history (self ):
263- """ Test for existance of API Field
262+ # def test_api_field_exists_urls_history(self):
263+ # """ Test for existance of API Field
264264
265- _urls.history field must exist
266- """
265+ # _urls.history field must exist
266+ # """
267267
268- assert 'history' in self .api_data ['_urls' ]
268+ # assert 'history' in self.api_data['_urls']
269269
270270
271- def test_api_field_type_urls_history (self ):
272- """ Test for type for API Field
271+ # def test_api_field_type_urls_history(self):
272+ # """ Test for type for API Field
273273
274- _urls.history field must be str
275- """
274+ # _urls.history field must be str
275+ # """
276276
277- assert type (self .api_data ['_urls' ]['history' ]) is str
277+ # assert type(self.api_data['_urls']['history']) is str
278278
279279
280280
281- def test_api_field_exists_urls_notes (self ):
282- """ Test for existance of API Field
281+ # def test_api_field_exists_urls_notes(self):
282+ # """ Test for existance of API Field
283283
284- _urls.notes field must exist
285- """
284+ # _urls.notes field must exist
285+ # """
286286
287- assert 'notes' in self .api_data ['_urls' ]
287+ # assert 'notes' in self.api_data['_urls']
288288
289289
290- def test_api_field_type_urls_notes (self ):
291- """ Test for type for API Field
290+ # def test_api_field_type_urls_notes(self):
291+ # """ Test for type for API Field
292292
293- _urls.notes field must be str
294- """
293+ # _urls.notes field must be str
294+ # """
295295
296- assert type (self .api_data ['_urls' ]['notes' ]) is str
296+ # assert type(self.api_data['_urls']['notes']) is str
297297
298298
299299
@@ -306,13 +306,13 @@ def test_api_field_exists_urls_version(self):
306306 assert 'version' in self .api_data ['_urls' ]
307307
308308
309- def test_api_field_type_urls_notes (self ):
310- """ Test for type for API Field
309+ # def test_api_field_type_urls_notes(self):
310+ # """ Test for type for API Field
311311
312- _urls.version field must be str
313- """
312+ # _urls.version field must be str
313+ # """
314314
315- assert type (self .api_data ['_urls' ]['version' ]) is str
315+ # assert type(self.api_data['_urls']['version']) is str
316316
317317
318318
0 commit comments