"""
Unit tests for `git push deis master` and related commands.

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

from __future__ import unicode_literals
from unittest import TestCase


class ReleasesTest(TestCase):

    pass
