AI-generated tests often miss edge cases. Be explicit:
"Generate pytest tests for this function. Include: normal cases for each input type, edge cases (zero, negative, empty, null), boundary values at thresholds, and invalid input handling. Use descriptive names like test_scenario_expected_result."
Without explicit edge case requirements, the AI writes happy-path tests that pass but miss real bugs.