one.tests.alf.test_alf_io

Classes

TestALFFolders

TestAlfBunch

TestUUID_Files

TestsAlf

TestsAlfPartsFilters

TestsLoadFile

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

Bases: unittest.case.TestCase

test_to_dataframe_scalars()[source]
test_to_dataframe_vectors()[source]
test_append_numpy()[source]
test_append_list()[source]
test_check_dimensions()[source]
class TestsAlfPartsFilters(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp() → None[source]

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

test_npy_parts_and_file_filters()[source]
test_filter_by()[source]
tearDown() → None[source]

Hook method for deconstructing the test fixture after testing it.

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

Bases: unittest.case.TestCase

setUp() → None[source]

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

test_exists()[source]
test_metadata_columns()[source]
test_metadata_columns_UUID()[source]
test_read_ts()[source]
test_load_object()[source]
test_save_npy()[source]
test_check_dimensions()[source]
test_ts2vec()[source]
tearDown() → None[source]

Hook method for deconstructing the test fixture after testing it.

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

Bases: unittest.case.TestCase

setUp() → None[source]

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

test_load_file_content()[source]
tearDown() → None[source]

Hook method for deconstructing the test fixture after testing it.

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

Bases: unittest.case.TestCase

test_remove_uuid()[source]
test_remove_uuid_recusive()[source]
class TestALFFolders(methodName='runTest')[source]

Bases: unittest.case.TestCase

tempdir = None
classmethod setUpClass() → None[source]

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

classmethod tearDownClass() → None[source]

Hook method for deconstructing the class fixture after running all tests in the class.

test_next_num_folder()[source]
test_remove_empty_folders()[source]