Update CONTRIBUTING.rst

Adding a bullet on "assertEqual method's arguments should be in ('actual', 'expected') order"
This commit is contained in:
Leandro Toledo 2016-07-14 17:16:25 -03:00 committed by GitHub
parent f5f95ef8c9
commit b4e8209f2c

View file

@ -153,7 +153,7 @@ Specific commandments
AssertEqual argument order AssertEqual argument order
###################### ######################
assertEqual method's arguments should be in ('actual', 'expected') order. - assertEqual method's arguments should be in ('actual', 'expected') order.
Properly calling callables Properly calling callables
####################### #######################