"""
Unit tests for the Deis CLI keys commands.

Run these tests with "python -m unittest client.tests.test_keys"
or with "./manage.py test client.KeysTest".
"""

from __future__ import unicode_literals
from unittest import TestCase


class KeysTest(TestCase):

    pass
