mdvtools.tests.test_anndata_conversion ====================================== .. py:module:: mdvtools.tests.test_anndata_conversion Functions --------- .. autoapisummary:: mdvtools.tests.test_anndata_conversion.get_h5ad_files mdvtools.tests.test_anndata_conversion.h5ad_file mdvtools.tests.test_anndata_conversion.test_project_dir mdvtools.tests.test_anndata_conversion.test_convert_scanpy_to_mdv mdvtools.tests.test_anndata_conversion.test_convert_scanpy_to_mdv_views Module Contents --------------- .. py:function:: get_h5ad_files() Helper function to get all h5ad files from test_datasets folder. .. py:function:: h5ad_file(request) Parametrized fixture that yields each .h5ad file from the test_datasets folder. .. py:function:: test_project_dir() Fixture to create a temporary directory for the MDV project. .. py:function:: test_convert_scanpy_to_mdv(h5ad_file, test_project_dir) Test the conversion from Scanpy AnnData to MDV format. .. py:function:: test_convert_scanpy_to_mdv_views(h5ad_file, test_project_dir) Test the view preservation and creation functionality.