Repositories / agent-snapshot.git

test_programs/rename_paths.py

Clone (read-only): git clone http://git.guha-anderson.com/git/agent-snapshot.git

Branch
170 bytes · 74d4bec00ca1
import os from pathlib import Path testdata = Path(os.environ["AGENT_SNAPSHOT_TEST_REPO"]) (testdata / "rename_source.txt").rename(testdata / "rename destination.txt")