Example #1
0
 def test_return_original_copy(self):
     self.r = Raw.loads(github_return)
     self.assertEqual(self.r['id'], github_dict['id'])
Example #2
0
 def test_return_original_copy(self):
     self.r = Raw.loads(github_return)
     self.assertEqual(id(self.r), id(github_return))
Example #3
0
 def test_return_original_copy(self):
     self.r = Raw.loads(github_return)
     self.assertEqual(id(self.r), id(github_return))
Example #4
0
 def test_return_original_copy(self):
     self.r = Raw.loads(github_return)
     self.assertEqual(self.r['id'], github_dict['id'])