1+ [
2+ "tests/test_base.py::TestConversionOptions::test_custom_options",
3+ "tests/test_base.py::TestConversionOptions::test_default_options",
4+ "tests/test_base.py::TestEncodingDetector::test_detect_latin1_encoding",
5+ "tests/test_base.py::TestEncodingDetector::test_detect_utf8_encoding",
6+ "tests/test_base.py::TestFormatDetector::test_detect_csv_format",
7+ "tests/test_base.py::TestFormatDetector::test_detect_json_array_format",
8+ "tests/test_base.py::TestFormatDetector::test_detect_jsonl_format",
9+ "tests/test_base.py::TestFormatDetector::test_detect_jsonl_with_json_extension",
10+ "tests/test_base.py::TestFormatDetector::test_detect_unknown_format",
11+ "tests/test_base.py::TestFormatHandlerBase::test_extract_fields_flat",
12+ "tests/test_base.py::TestFormatHandlerBase::test_extract_fields_nested",
13+ "tests/test_base.py::TestFormatHandlerBase::test_flatten_record",
14+ "tests/test_base.py::TestFormatHandlerBase::test_parse_value_types",
15+ "tests/test_base.py::TestFormatHandlerBase::test_unflatten_record",
16+ "tests/test_handlers.py::TestCSVHandler::test_can_handle_csv",
17+ "tests/test_handlers.py::TestCSVHandler::test_detect_metadata",
18+ "tests/test_handlers.py::TestCSVHandler::test_read_records",
19+ "tests/test_handlers.py::TestCSVHandler::test_write_records",
20+ "tests/test_handlers.py::TestFormatConversion::test_csv_to_jsonl",
21+ "tests/test_handlers.py::TestFormatConversion::test_json_to_csv",
22+ "tests/test_handlers.py::TestFormatConversion::test_jsonl_to_json",
23+ "tests/test_handlers.py::TestHandlerFactory::test_get_handler_for_file_csv",
24+ "tests/test_handlers.py::TestHandlerFactory::test_get_handler_for_file_json",
25+ "tests/test_handlers.py::TestHandlerFactory::test_get_handler_for_file_jsonl",
26+ "tests/test_handlers.py::TestHandlerFactory::test_get_handler_for_format_csv",
27+ "tests/test_handlers.py::TestHandlerFactory::test_get_handler_for_format_json",
28+ "tests/test_handlers.py::TestHandlerFactory::test_get_handler_for_format_jsonl",
29+ "tests/test_handlers.py::TestHandlerFactory::test_get_handler_for_format_unknown",
30+ "tests/test_handlers.py::TestJSONHandler::test_can_handle_json_array",
31+ "tests/test_handlers.py::TestJSONHandler::test_cannot_handle_jsonl",
32+ "tests/test_handlers.py::TestJSONHandler::test_detect_metadata",
33+ "tests/test_handlers.py::TestJSONHandler::test_read_records",
34+ "tests/test_handlers.py::TestJSONHandler::test_write_records",
35+ "tests/test_handlers.py::TestJSONLHandler::test_can_handle_jsonl",
36+ "tests/test_handlers.py::TestJSONLHandler::test_cannot_handle_json_array",
37+ "tests/test_handlers.py::TestJSONLHandler::test_detect_metadata",
38+ "tests/test_handlers.py::TestJSONLHandler::test_read_records_streaming",
39+ "tests/test_handlers.py::TestJSONLHandler::test_write_records",
40+ "tests/test_operations.py::TestFileMerger::test_get_schema_preview",
41+ "tests/test_operations.py::TestFileMerger::test_merge_different_schemas_intersection",
42+ "tests/test_operations.py::TestFileMerger::test_merge_different_schemas_union",
43+ "tests/test_operations.py::TestFileMerger::test_merge_mixed_formats",
44+ "tests/test_operations.py::TestFileMerger::test_merge_preserves_all_records",
45+ "tests/test_operations.py::TestFileMerger::test_merge_same_schema",
46+ "tests/test_operations.py::TestFileSplitter::test_split_by_num_files",
47+ "tests/test_operations.py::TestFileSplitter::test_split_by_rows",
48+ "tests/test_operations.py::TestFileSplitter::test_split_by_size",
49+ "tests/test_operations.py::TestFileSplitter::test_split_empty_result_for_empty_file",
50+ "tests/test_operations.py::TestFileSplitter::test_split_format_conversion_csv_to_jsonl",
51+ "tests/test_operations.py::TestFileSplitter::test_split_format_conversion_json_to_csv",
52+ "tests/test_operations.py::TestRoundTrip::test_split_and_merge_preserves_data",
53+ "tests/test_operations.py::TestUtilityFunctions::test_count_records_csv",
54+ "tests/test_operations.py::TestUtilityFunctions::test_count_records_json",
55+ "tests/test_operations.py::TestUtilityFunctions::test_count_records_jsonl",
56+ "tests/test_operations.py::TestUtilityFunctions::test_get_file_info"
57+ ]
0 commit comments