tcga-downloader/tests/test_readme.py
2026-01-16 14:54:24 +08:00

6 lines
92 B
Python

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