ibllib.tests.integration.test_wheel_extraction

Functions

compare_wheel_fpga_behaviour

Classes

TestWheelExtractionSessionEphys

TestWheelExtractionSimpleEphys

TestWheelExtractionTraining

compare_wheel_fpga_behaviour(session_path, display=False)[source]
class TestWheelExtractionSimpleEphys(*args, **kwargs)[source]

Bases: IntegrationTest

required_files = ['wheel/ephys/three_clockwise_revolutions']

An optional list of required files/folders to glob for, relative to data_path.

setUp() None[source]

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

test_three_clockwise_revolutions_fpga()[source]
class TestWheelExtractionSessionEphys(*args, **kwargs)[source]

Bases: IntegrationTest

required_files = ['wheel/ephys/sessions']

An optional list of required files/folders to glob for, relative to data_path.

setUp() None[source]

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

test_wheel_extraction_session()[source]
class TestWheelExtractionTraining(*args, **kwargs)[source]

Bases: IntegrationTest

required_files = ['wheel/training']

An optional list of required files/folders to glob for, relative to data_path.

setUp() None[source]

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

test_wheel_extraction_training()[source]