Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions admin/test/scripts/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
streamlined developer experience.
- CI/CD Ready: Structured to be eventually integrated into continuous integration
pipelines for automated regression testing.

Record baselines with TZ=UTC. The committed snapshots are UTC and CI runs UTC, so
recording on a host in any other zone bakes that offset into every column derived
from a naive datetime, and the snapshot then only reproduces on a machine set the
same way. It fails as a wrong value rather than an error.
"""

import sys
Expand Down
Loading