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

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

from __future__ import unicode_literals
from unittest import TestCase


class ContainersTest(TestCase):

    pass
