deepsphere.tests package

Submodules

deepsphere.tests.test_foo module

Fake file to test the doc

class deepsphere.tests.test_foo.TestFoo(methodName='runTest')[source]

Bases: unittest.case.TestCase

Fake test class in order to setup the tests module

test_foo()[source]

Fake test method in order to setup the test module

Module contents

The tests module contains different directory and files that have the goal to test different parts of the code

Class

You can see in this module the TestFoo that contain the different method:

TestFoo.test_foo()

Fake test method in order to setup the test module

More Doc / Example

You can add then more doc and even examples