Raw Module Testing

Test correct fogdb raw data input reading.

tests.api.test_raw.test_raw_data_forlder()[source]

Test raw data folder existence.

tests.api.test_raw.test_default_to_dict_categories()[source]

Test default usage of raw.to_dict.

tests.api.test_raw.test_default_to_dict_no_cfg_and_no_yml(expected)[source]

Test default usage of raw.to_dict not parsing yml and cfg.

tests.api.test_raw.test_to_dict_categories()[source]

Test raw.to_dict correctly using ‘categories’ argument.

tests.api.test_raw.test_to_dict_dtype_yml()[source]

Test raw.to_dict correctly using dtype=”yml”.

tests.api.test_raw.test_to_dict_dtype_yaml()[source]

Test raw.to_dict correctly using dtype=”yaml”.

tests.api.test_raw.test_to_dict_dtype_txt()[source]

Test raw.to_dict correctly using dtype=”txt”.

tests.api.test_raw.test_to_dict_dtype_cfg()[source]

Test raw.to_dict correctly using dtype=”cfg”.

tests.api.test_raw.test_to_dict_dtype_all()[source]

Test raw.to_dict correctly using dtype=”all”.

tests.api.test_raw.test_dummy_smb()[source]

Pseudo test for raw.smb, to emulate module testing.