Repositories / agent-snapshot.git

test_programs/read_git_dirty_modes.py

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

Branch
167 bytes · 92802d50e1b4
import os from pathlib import Path testdata = Path(os.environ["AGENT_SNAPSHOT_TEST_REPO"]) (testdata / "clean.txt").read_text() (testdata / "dirty.txt").read_text()