5.1.1.5.1.1. recipe_system.utils.tests package

5.1.1.5.1.1.1. Submodules

5.1.1.5.1.1.2. recipe_system.utils.tests.test_decorator module

5.1.1.5.1.1.3. recipe_system.utils.tests.test_reduce_utils module

recipe_system.utils.tests.test_reduce_utils.test_single_arg_params_dont_overeat()[source]

I found that single-arg options to reduce were eating any non-fits arguments that weren’t otherwise claimed. These are then silently dropped.

The test here is to add unclaimed extra arguments and see that the parser does not pull them into these single-arg options

recipe_system.utils.tests.test_reduce_utils.test_single_arg_params_dont_overeat_upload()[source]

I found that single-arg options to reduce were eating any non-fits arguments that weren’t otherwise claimed. These are then silently dropped.

The test here is to add unclaimed extra arguments and see that the parser does not pull them into these single-arg options