Orchestr-ANT-ion Documentation#
Testing & Coverage#
Coverage Reports#
Test Results#
View detailed test results for different Python versions:
The test reports include:
Pass/fail status for each test
Test duration
Error messages and tracebacks
Test summary statistics
Latest Markdown Test Report#
filepath |
function |
passed |
SUBTOTAL |
|---|---|---|---|
tests/unit/test_dummy.py |
test_generate_synthetic_data |
1 |
1 |
tests/unit/test_dummy.py |
test_normalize_features |
1 |
1 |
tests/unit/test_dummy.py |
test_apply_joke_labeling |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_initialization_empty_metrics |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_initialization_with_metrics |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_initialization_with_gpu_metrics |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_prepare_time_data |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_plot_cpu_memory |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_plot_gpu_without_gpu_data |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_plot_gpu_with_gpu_data |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_plot_all_without_gpu |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_plot_all_with_gpu |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_save_figure |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_save_figure_without_plot |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_show |
1 |
1 |
tests/unit/test_metrics_plotter.py |
TestMetricsPlotter.test_quick_plot |
1 |
1 |
tests/unit/test_system_monitor.py |
TestSystemMetrics.test_create_metrics_basic |
1 |
1 |
tests/unit/test_system_monitor.py |
TestSystemMetrics.test_create_metrics_with_gpu |
1 |
1 |
tests/unit/test_system_monitor.py |
TestSystemMonitor.test_monitor_initialization |
1 |
1 |
tests/unit/test_system_monitor.py |
TestSystemMonitor.test_start_stop_monitoring |
1 |
1 |
tests/unit/test_system_monitor.py |
TestSystemMonitor.test_collect_metrics |
1 |
1 |
tests/unit/test_system_monitor.py |
TestSystemMonitor.test_multiple_records |
1 |
1 |
tests/unit/test_system_monitor.py |
TestSystemMonitor.test_get_metrics |
1 |
1 |
tests/unit/test_system_monitor.py |
TestSystemMonitor.test_print_summary_no_metrics |
1 |
1 |
tests/unit/test_system_monitor.py |
TestSystemMonitor.test_print_summary_with_metrics |
1 |
1 |
tests/unit/test_system_monitor.py |
TestSystemMonitor.test_no_gpu_available |
1 |
1 |
tests/unit/test_types.py |
TestCameraConfig.test_valid_config |
1 |
1 |
tests/unit/test_types.py |
TestCameraConfig.test_default_config |
1 |
1 |
tests/unit/test_types.py |
TestCameraConfig.test_invalid_device_index |
1 |
1 |
tests/unit/test_types.py |
TestCameraConfig.test_invalid_width_too_small |
1 |
1 |
tests/unit/test_types.py |
TestCameraConfig.test_invalid_width_too_large |
1 |
1 |
tests/unit/test_types.py |
TestCameraConfig.test_invalid_height_too_small |
1 |
1 |
tests/unit/test_types.py |
TestCameraConfig.test_invalid_height_too_large |
1 |
1 |
tests/unit/test_types.py |
TestCameraConfig.test_invalid_fps_too_low |
1 |
1 |
tests/unit/test_types.py |
TestCameraConfig.test_invalid_fps_too_high |
1 |
1 |
tests/unit/test_types.py |
TestCameraConfig.test_boundary_values |
1 |
1 |
TOTAL |
36 |
36 |