Source code for deepsphere.tests.test_foo

"""Fake file to test the doc
"""

import unittest


[docs]class TestFoo(unittest.TestCase): """Fake test class in order to setup the tests module """
[docs] def test_foo(self): """Fake test method in order to setup the test module """ self.assertTrue(True)