PyCharm – no tests were found? May 14, 2023 by Tarik In order to recognize test functions, they must be named test_. In your case, rename xyCheck to test_xyCheck 🙂