designate/designate/tests/unit
zhangyanxian 775246a5a9 Replace assertEqual(None, *) with assertIsNone in the tests
Replace assertEqual(None, *) with assertIsNone in tests
to have more clear messages in case of failure.

Change-Id: I1260029edaf517795670a824bb2b0ad10eeaa4f9
Partial-Bug: #1280522
2016-08-18 02:39:53 +00:00
..
test_agent Replace assertEqual(None, *) with assertIsNone in the tests 2016-08-18 02:39:53 +00:00
test_api Switch to mock fixtures, minor cleanup 2016-01-27 13:20:51 +00:00
test_backend Modify assert statement when comparing with None 2016-05-24 09:17:45 +00:00
test_central Expose /v2/recordsets api endpoint 2016-05-11 16:36:21 +00:00
test_mdns Modify assert statement when comparing with None 2016-05-24 09:17:45 +00:00
test_objects Revert 372057bddb 2016-08-03 12:12:08 +01:00
test_pool_manager Type checking in pool manager target sync 2016-05-13 17:54:28 +01:00
test_scheduler Added attribute filter to scheduler 2016-04-29 10:03:28 -05:00
test_zone_manager Give proper ERROR for too large exports 2016-04-06 15:57:18 +01:00
README Create unit tests dir, move objects tests there 2015-07-20 14:15:42 +01:00
__init__.py Actually poll for zone deletes 2016-02-16 22:30:37 +00:00
test_pool.py Update email addresses hp.com to hpe.com 2016-01-11 14:29:33 +00:00
test_service_status.py Add support for getting Service Status 2016-04-12 16:32:17 +02:00

README

This directory contains pure unit tests.

Examples:

ostestr --regex designate.tests.test_unit

python setup.py testr --coverage -t designate.tests.test_unit