oneibl.tests.test_alyxclient

Classes

TestDownloadHTTP

TestJsonFieldMethods

TestSingletonPattern

class TestSingletonPattern(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_multiple_singletons()[source]
class TestJsonFieldMethods(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_json_methods()[source]
tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

class TestDownloadHTTP(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_paginated_request()[source]
test_generic_request()[source]
test_rest_endpoint_write()[source]
test_rest_endpoint_read_only()[source]
test_download_datasets_with_api()[source]
test_download_datasets()[source]
test_rest_all_actions()[source]