kiramclean / morphy

A simple static site generator
2 stars 1 forks source link

Get tests passing in CI #1

Closed kiramclean closed 3 years ago

kiramclean commented 3 years ago

Page order is non-deterministic. The better way to fix this would be to fix that. (see #7)

kiramclean commented 3 years ago

Page order is deterministic now (fixed in 21630e7e381d8b2fe0c9acd362ca3ccd2f76100f), but tests still fail because of a timezone issue with the date formatting tests. fml. Change date formatting to always assume UTC if no timezone is explicitly specified.