- test_load_invalid_field_type: 字段类型非法(port 为字符串),验证不 crash - test_load_log_level_invalid: 非法 log_level 值保持默认 INFO - test_load_nested_ignored: 嵌套对象——极简解析器返回 false 但不 crash - test_load_array_ignored: 数组——同上,不 crash 即可 - test_merge_cmdline_null_root_dir: cmdline root_dir 为 NULL 时不覆盖 base
12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
# 忽略构建产物
|
|
*.o
|
|
cocoon
|
|
|
|
# 忽略测试二进制文件和上传目录
|
|
tests/unit/test_config
|
|
tests/unit/test_http
|
|
tests/unit/test_log
|
|
tests/unit/test_multipart
|
|
tests/unit/test_static
|
|
tests/fixtures/uploads/
|