from pathlib import Path def test_readme_present(): assert Path("README.md").exists()