mdvtools.tests.example_mock_usage#
Example usage of the mock AnnData module.
This script demonstrates how to use the MockAnnDataFactory and related utilities for creating test data and stress testing the MDV conversion pipeline.
Functions#
Context manager for temporary MDV project creation and cleanup. |
|
Example of basic usage with convenience functions. |
|
Example of using the MockAnnDataFactory class. |
|
Example of testing MDV conversion with mock data. |
|
Example of using validation and summary utilities. |
|
Example of stress testing with large datasets. |
|
|
Run all examples. |
Module Contents#
- mdvtools.tests.example_mock_usage.temp_mdv_project()[source]#
Context manager for temporary MDV project creation and cleanup.
- mdvtools.tests.example_mock_usage.example_basic_usage()[source]#
Example of basic usage with convenience functions.
- mdvtools.tests.example_mock_usage.example_factory_usage()[source]#
Example of using the MockAnnDataFactory class.
- mdvtools.tests.example_mock_usage.example_conversion_testing()[source]#
Example of testing MDV conversion with mock data.
- mdvtools.tests.example_mock_usage.example_validation_and_summary()[source]#
Example of using validation and summary utilities.