orsopy.slddb.tests.test_webapi module

class orsopy.slddb.tests.test_webapi.TestWebAPI(methodName='runTest')[source]

Bases: TestCase

server_available = True
classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.

test_a_downloaddb()[source]
test_b_check()[source]
test_c_query()[source]
test_c_material()[source]
test_c_custom()[source]
test_d_local()[source]
test_bio_blender()[source]
class orsopy.slddb.tests.test_webapi.TestConfigPaths(methodName='runTest')[source]

Bases: TestCase

classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.

test_macpath()[source]
test_linux()[source]
test_rest()[source]