deepsourcestatus / test-repository

Using deprecated method assertEquals PTC-W0040
Bug risk
Major
8 months ago8 months old
Use of deprecated assertEquals
 8
 9class Tests(unittest.TestCase):
10    def my_test(self, arg1, arg2):
11        self.assertEquals(arg1, arg2)