File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 DependencyFilePath ,
1616 ImapFilePath ,
1717 QuicklookFilePath ,
18+ ReleaseFilePath ,
1819 ScienceFilePath ,
1920 SPICEFilePath ,
2021)
3839 "ImapFilePath" ,
3940 "ProcessingInputCollection" ,
4041 "QuicklookFilePath" ,
42+ "ReleaseFilePath" ,
4143 "RepointInput" ,
4244 "SPICEFilePath" ,
4345 "SPICEInput" ,
Original file line number Diff line number Diff line change @@ -727,3 +727,9 @@ def test_with_release_file_path():
727727 assert release_file_lo .descriptor == "unrelease"
728728 assert release_file_lo .start_date == "20260201"
729729 assert release_file_lo .end_date == "20260430"
730+
731+ # construct path test
732+ expected_output = imap_data_access .config ["DATA_DIR" ] / Path (
733+ "imap/release/mag/imap_mag_withhold-data-release-001_20260201_20260430_v001.txt"
734+ )
735+ assert release_file_mag .construct_path () == expected_output
You can’t perform that action at this time.
0 commit comments