Closed subagonsouth closed 1 month ago
This PR grew larger than planned with a minor improvement in the SPICE related use_test_metakernel fixture.
use_test_metakernel
annotate_direct_events
compute_hae_coordinates
@pytest.mark.use_test_metakernel("some_template_kernel.template")
@pytest.mark.metakernel
Closes: #867
Change Summary
Overview
This PR grew larger than planned with a minor improvement in the SPICE related
use_test_metakernel
fixture.use_test_metakernel
fixture when specifying template metakernelUpdated Files
annotate_direct_events
function to call the new functioncompute_hae_coordinates
functionuse_test_metakernel
fixture to any test marked with@pytest.mark.use_test_metakernel("some_template_kernel.template")
@pytest.mark.metakernel
to match change in conftest.py fixtureAdded Files
Closes: #867