test_cli
Tests for gwframe CLI commands.
TestCLIVsAPI ¶
Tests comparing CLI results with direct API calls.
test_drop_cli_matches_api ¶
Test that CLI drop produces same results as API.
Source code in gwframe/tests/test_cli.py
test_rename_cli_matches_api ¶
Test that CLI rename produces same results as API.
Source code in gwframe/tests/test_cli.py
test_resize_cli_matches_api ¶
Test that CLI resize produces same results as API.
Source code in gwframe/tests/test_cli.py
TestCombineCommand ¶
Tests for gwframe combine command.
test_combine_errors ¶
Test combine error handling.
Source code in gwframe/tests/test_cli.py
test_combine_files_with_filtering ¶
Test combine command with files and channel filtering.
Source code in gwframe/tests/test_cli.py
TestDropCommand ¶
Tests for gwframe drop command.
test_drop_basic ¶
Test basic drop command.
Source code in gwframe/tests/test_cli.py
test_drop_in_place ¶
Test drop with --in-place.
Source code in gwframe/tests/test_cli.py
test_drop_multiple_channels ¶
Test dropping multiple channels.
Source code in gwframe/tests/test_cli.py
TestErrorHandling ¶
Tests for CLI error handling.
test_invalid_mapping_format ¶
Test that invalid mapping format is caught.
Source code in gwframe/tests/test_cli.py
test_missing_output_dir ¶
Test that missing output directory is caught.
Source code in gwframe/tests/test_cli.py
test_no_files_found ¶
Test handling when no files are found.
Source code in gwframe/tests/test_cli.py
TestImputeCommand ¶
Tests for gwframe impute command.
test_impute_basic ¶
Test basic impute command.
Source code in gwframe/tests/test_cli.py
test_impute_in_place ¶
Test impute with --in-place.
Source code in gwframe/tests/test_cli.py
test_impute_specific_value ¶
Test impute replacing specific value.
Source code in gwframe/tests/test_cli.py
TestRecompressCommand ¶
Tests for gwframe recompress command.
test_recompress_basic ¶
Test basic recompress command.
Source code in gwframe/tests/test_cli.py
test_recompress_in_place ¶
Test recompress with --in-place.
Source code in gwframe/tests/test_cli.py
TestRenameCommand ¶
Tests for gwframe rename command.
test_rename_basic ¶
Test basic rename command.
Source code in gwframe/tests/test_cli.py
test_rename_in_place ¶
Test rename with --in-place.
Source code in gwframe/tests/test_cli.py
test_rename_mutual_exclusivity ¶
Test that --in-place and -o are mutually exclusive.
Source code in gwframe/tests/test_cli.py
test_rename_single_file_output ¶
Test rename with single file output.
Source code in gwframe/tests/test_cli.py
TestResizeCommand ¶
Tests for gwframe resize command.
test_resize_basic ¶
Test basic resize command.
Source code in gwframe/tests/test_cli.py
test_resize_in_place ¶
Test resize with --in-place.