Files
rendercv/tests
Sina Atalay 005d1d835f Remove useless Hypothesis tests that fuzz trivial operations
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.
2026-03-25 16:28:20 +03:00
..
2026-02-17 17:04:12 +03:00