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

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

from __future__ import unicode_literals
from unittest import TestCase


class NodesTest(TestCase):

    pass
