os-win/os_win/tests/unit/utils/dns
gecong1973 4d8c7e058b Use assertEqual() instead of assertDictEqual()
In unittest2, assertDictEqual() is implemented
by using != operator to compare two dicts. So is assertEqual()
in testtools. assertEqual() in testtools is able to handle dict,
list, set and so on. So we just call assertEqual() to make the
unit tests simpler.

Change-Id: I71508671b5a88640a8f337410566ca2889411c9e
2016-12-19 10:56:43 +08:00
..
__init__.py Move unit tests to a separate folder 2016-10-17 14:25:45 +03:00
test_dnsutils.py Use assertEqual() instead of assertDictEqual() 2016-12-19 10:56:43 +08:00