chore: clarify source ownership observability

This commit is contained in:
lda
2026-06-04 17:55:46 +07:00 Unverified
parent 00305c1398
commit 65ac9c5c0f
3 changed files with 16 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
prefer asserts actual['field'] == expected['field'] over assert actual == expected unless we know better (eg. no extra fields allowed)
Prefer pytest `tmp_path` for test-local filesystem state. Avoid fixed paths under `local_temp_root()` for tests that create durable files unless the test explicitly cleans or needs cross-process persistence; stale files there can change later test runs.
more later
# Test suite