ibllib.tests.test_widefield

Classes

TestWidefieldExtractor

TestWidefieldRegister

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

Bases: TestCase

setUp()[source]

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

test_save_files()[source]

Test extractor save method that renames all widefield files and moves them to alf folder :return:

test_remove_files()[source]

Test the removal of motion corrected files :return:

test_timestamp_saving()[source]

Test that correct path must be provided to extract timestamps when specifying save paths :return:

tearDown() None[source]

Hook method for deconstructing the test fixture after testing it.

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

Bases: TestCase

setUp()[source]

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

test_rename_files()[source]

Test register raw rename method that renames raw widefield files and moves them to alf folder :return:

tearDown() None[source]

Hook method for deconstructing the test fixture after testing it.