Repositories / agent-snapshot.git
test_programs/rename_paths.py
Clone (read-only): git clone http://git.guha-anderson.com/git/agent-snapshot.git
import os
from pathlib import Path
testdata = Path(os.environ["AGENT_SNAPSHOT_TEST_REPO"])
(testdata / "rename_source.txt").rename(testdata / "rename destination.txt")