Files
mistral/mistral_tempest_tests/tests/api
Vu Cong Tuan e6c6710283 Replace assertEqual([], items) with assertEmpty(items)
Since assertEmpty() function has already been implemented,
let's use this function instead of generic assertEqual() function.
This change makes the code and the error messages to be more readable.
Therefore it improves maintainability a little bit.

Change-Id: I953aea98b2aad21552bafcb673d7872334cc99a5
2017-06-12 16:13:13 +07:00
..