iblutil.tests.test_io

Classes

TestFileLock

TestLoadTaskData

TestParams

TestParquet

TestsJsonable

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

Bases: TestCase

test_uuids_conversions()[source]
test_uuids_intersections()[source]
class TestParams(methodName='runTest')[source]

Bases: TestCase

test_set_hidden()[source]
class TestFileLock(methodName='runTest')[source]

Bases: IsolatedAsyncioTestCase

tmp = None
classmethod setUpClass()[source]

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

setUp()[source]

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

test_file_lock_sync(sleep_mock)[source]

Test synchronous FileLock context manager.

async test_file_lock_async(sleep_mock)[source]

Test asynchronous FileLock context manager.

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

Bases: TestCase

setUp() None[source]

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

testReadWrite()[source]
tearDown() None[source]

Hook method for deconstructing the test fixture after testing it.

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

Bases: TestCase

test_load_task_jsonable()[source]
test_load_task_jsonable_partial()[source]