isofit.test.test_cli ==================== .. py:module:: isofit.test.test_cli .. autoapi-nested-parse:: These tests are to ensure any changes to the CLI will be backwards compatible. Attributes ---------- .. autoapisummary:: isofit.test.test_cli.pytestmark isofit.test.test_cli.CORES Functions --------- .. autoapisummary:: isofit.test.test_cli.cwd isofit.test.test_cli.surface isofit.test.test_cli.files isofit.test.test_cli.test_apply_oe Module Contents --------------- .. py:data:: pytestmark .. py:data:: CORES .. py:function:: cwd(tmp_path_factory) Path to the working cube example .. py:function:: surface(cwd) Generates the surface.mat file .. py:function:: files(cwd) Common data files to be used by multiple tests. The return is a list in the order: [ 0: Radiance file, 1: Location file, 2: Observation file, 3: Output directory ] As of 07/24/2023 these are from the medium cube example. .. py:function:: test_apply_oe(files, args, surface) Executes the isofit apply_oe cli command for various test cases