designate/designate/tests/unit
Jenkins a2502bd422 Merge "Fix order of arguments in assertEqual" 2015-10-14 13:59:15 +00:00
..
test_api Fix #1494799 handle limit=max on v2 and Admin APIs 2015-09-22 15:27:05 +01:00
test_backend Add backend for Designate using SECONDARY zones 2015-09-16 18:48:35 +02:00
test_central Fix handling of Pool NS changes 2015-09-29 20:26:50 +02:00
test_objects Merge "Fix order of arguments in assertEqual" 2015-10-14 13:59:15 +00:00
test_zone_manager [zm] Periodic Secondary zone refresh task 2015-09-16 17:00:37 +02:00
README Create unit tests dir, move objects tests there 2015-07-20 14:15:42 +01:00
__init__.py Create unit tests dir, move objects tests there 2015-07-20 14:15:42 +01:00
test_pool.py Add unit testing for pool 2015-07-27 11:15:45 +01: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