ibllib.tests.integration.tasks.test_video_tasks

Classes

TestLightningPose

TestVideoCompress

TestVideoConvert

TestVideoEphysCompress

TestVideoRegisterRaw

TestVideoSyncQCBpod

TestVideoSyncQCNidq

TestVideoSyncQcCamlog

class TestVideoRegisterRaw(*args, **kwargs)[source]

Bases: IntegrationTest

setUp() None[source]

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

test_register()[source]
class TestVideoEphysCompress(*args, **kwargs)[source]

Bases: IntegrationTest

setUp() None[source]

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

test_compress()[source]
class TestVideoCompress(*args, **kwargs)[source]

Bases: IntegrationTest

setUp() None[source]

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

test_compress()[source]
class TestVideoConvert(*args, **kwargs)[source]

Bases: IntegrationTest

setUp() None[source]

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

test_video_convert()[source]
class TestVideoSyncQCBpod(*args, **kwargs)[source]

Bases: IntegrationTest

setUp() None[source]

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

test_videosync(mock_qc)[source]
class TestVideoSyncQcCamlog(*args, **kwargs)[source]

Bases: IntegrationTest

setUp() None[source]

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

test_videosync(mock_qc)[source]
tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

class TestVideoSyncQCNidq(*args, **kwargs)[source]

Bases: IntegrationTest

setUp() None[source]

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

test_videosync(mock_qc)[source]
class TestLightningPose(*args, **kwargs)[source]

Bases: IntegrationTest

setUp() None[source]

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

test_litpose(mock_check_env)[source]
test_litpose_overwrite(mock_check_env, mock_popen, mock_nvidia)[source]
tearDown() None[source]

Hook method for deconstructing the test fixture after testing it.