The document outlines an empirical study that monitored the execution of over 14,000 tests from 25 real-world Python systems, assessing 11,000 tested paths. It found that typically, one tested path received a disproportionate amount of calls, indicating that developers often prioritize testing expected behavior over unexpected behavior. The findings aim to provide insights for improving test suites and creating novel testing tools.