Is there a difference between assertEquals
and assertEqual
in the python unittest.TestCase
?
And if there is not, why are there two functions? Only for convenience?
Is there a difference between assertEquals
and assertEqual
in the python unittest.TestCase
?
And if there is not, why are there two functions? Only for convenience?
Latest questions