"""
Unit tests for the Deis web app.

Run the tests with "./manage.py test web"
"""

from __future__ import unicode_literals

from django.test import TestCase

# pylint: disable=R0904


class WebTest(TestCase):

    # TODO: tests!
    pass
