Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PollUntil ¶
PollUntil calls check() repeatedly until it returns true or deadline elapses. Fails the test immediately if the deadline expires without check() returning true.
func ReadyExtension ¶
ReadyExtension creates an extension that registers a `test-ready!` primitive. When Scheme code calls `(test-ready!)`, it closes the returned channel exactly once, providing a deterministic "code is running" signal to Go test code.
Each call returns a fresh extension and channel. Do not reuse across subtests -- create a new ReadyExtension per subtest to get a fresh channel.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.