package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: May 4, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package testutil provides shared test helpers for cronlite.
MustParseUUID parses a UUID string and panics on error.
Only for use in tests.
TestContext returns a context with a 5-second timeout.
The context is cancelled when the test completes.
type FakeClock struct {
}
FakeClock provides deterministic time for testing.
NewFakeClock creates a FakeClock set to the given time.
Advance moves the clock forward by d.
Now returns the current fake time.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.