Skip to content
Snippets Groups Projects
test_sdp.py 352 B
Newer Older
# -*- coding: utf-8 -*-
#
# This file is part of the PCC project
#
#
#
# Distributed under the terms of the APACHE license.
# See LICENSE.txt for more info.

from test import base


class TestSDP(base.TestCase):

    def setUp(self):
        super(TestSDP, self).setUp()

    def test_example(self):
        self.assertEqual(5, 5)