radis.test.io.test_npy moduleΒΆ

mock_data()[source]ΒΆ

Fixture to provide sample mock data for the arrays and file paths.

test_npy2df_file_not_found(mock_load, mock_data)[source]ΒΆ

Test that FileNotFoundError is raised when a file is missing.

test_npy2df_success(mock_load, mock_data)[source]ΒΆ

Test successful conversion of numpy arrays to a DataFrame.

test_npy2df_verbose_output(mock_load, mock_data)[source]ΒΆ

Test verbose output when verbose=True.