mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 13:33:53 -04:00
Removed tests that were running 100 random inputs through string operations that can never fail regardless of input: - process_highlights: fuzzing "- " + string prepend - process_authors: fuzzing ", ".join() - PublicationEntry DOI URL: fuzzing f"https://doi.org/{doi}" These tests add execution time without any chance of finding bugs.