Testing Strategy ================ Overview -------- The testing routine for `cff2pages` ensures that `.cff` files are correctly converted into their respective HTML or Markdown outputs. The test systematically verifies that the transformation is both **structurally accurate** and **visually consistent** by comparing actual output with predefined expected results. Test Workflow ------------- The function `test_cff_files` implements the core testing strategy using `unittest`. It performs the following: 1. **Iterate Through Fixture Files** All `.cff` files in the `fixtures` directory are collected and tested one by one. 2. **HTML Conversion Subtest** For each `.cff` file: - It is converted to an HTML output using the main conversion routine. - The output HTML is parsed to extract the `
` body. - The result is cleaned by removing `