deb-designate/designate/tests/test_backend/__init__.py
Kiall Mac Innes 5e4ed06d70 PowerDNS Backend Tests
Add unit tests for the PowerDNS create_domain and delete_domain
methods.

Change-Id: I306f333a6ce10a51b29787234041bc27b9934c97
Closes-Bug: 1411398
Closes-Bug: 1411400
2015-01-15 14:28:27 -08:00

21 lines
730 B
Python

# Copyright 2015 Hewlett-Packard Development Company, L.P.
#
# Author: Kiall Mac Innes <kiall@hp.com>
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from designate.tests import TestCase
class BackendTestCase(TestCase):
pass