Documentation
¶
Overview ¶
Package testpath provides filesystem helpers for tests that exercise Hime-san's deliberate symlink boundaries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TempDir ¶
TempDir returns the physical path to a fresh directory owned by the test.
macOS commonly exposes its temporary directory through /var even though /var is a root-owned system symlink to /private/var. Resolving a directory immediately after testing.TB creates it keeps tests portable without teaching production path validation to follow user-controlled symlinks.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.