designate/designate/tests/unit/test_api
Bertrand Lallau 63d1b2a590 Fix argument order in assertEqual to (expect, obs)
assertEqual expects that the arguments provided to it should be
(expected, observed). If a particular order is kept as a convention,
then it helps to provide a cleaner message to the developer if Unit Tests
fail. There are several Unit Test files where the arguments for assertEqual
have been swapped.

Change-Id: I6fdedcde67f76883257d35d1b812ab8a0e3e0733
Related-Bug: #1259292
2015-11-05 21:39:38 +01:00
..
__init__.py Remove auth* related param keys in middleware 2015-08-05 14:13:47 +02:00
test_admin_api.py Fix #1494799 handle limit=max on v2 and Admin APIs 2015-09-22 15:27:05 +01:00
test_api_v2.py Fix #1494799 handle limit=max on v2 and Admin APIs 2015-09-22 15:27:05 +01:00
test_middleware.py Fix argument order in assertEqual to (expect, obs) 2015-11-05 21:39:38 +01:00