wrice's picture
Publish validated 5308666a249a73d8a2dea5d06ac929cbba53c131
312fb3f verified
Raw
History Blame Contribute Delete
205 Bytes
from pathlib import Path
PROJECT_ROOT = Path(__file__).resolve().parents[1]
def test_editable_install_leaves_source_tree_clean() -> None:
assert not list((PROJECT_ROOT / "src").glob("*.egg-info"))