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

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

from __future__ import unicode_literals
from unittest import TestCase


class LayersTest(TestCase):

    pass
