jiff/src/fmt
Andrew Gallant c789dd50b9 fmt: disable snapshot tests on core-only
For whatever reason, these seem to take a hideously long time to run in
CI. They even take a long time to run locally, *relatively* speaking. In
core-only, `insta` doesn't support snapshotting at all, which is a huge
bummer. So we just tell insta to force the tests to pass and don't do
any updating. So these tests weren't really being run anyway.

I'm not sure what insta is doing here to be honest, and I don't really
understand why insta can't handle the core-only tests. I mean, I am
still importing the standard library when tests are run, even in
core-only mode. Maybe the insta macros assume the standard library
prelude is present or something? IDK.
2025-03-06 16:05:00 -05:00
..
friendly fmt: disable snapshot tests on core-only 2025-03-06 16:05:00 -05:00
strtime fmt: disable snapshot tests on core-only 2025-03-06 16:05:00 -05:00
temporal fmt: disable snapshot tests on core-only 2025-03-06 16:05:00 -05:00
mod.rs fmt: add table of different formats supported by Jiff 2025-02-10 21:24:55 -05:00
offset.rs tz: add support for (de)serializing TimeZone with Serde 2025-01-31 23:01:04 -05:00
rfc2822.rs fmt: disable snapshot tests on core-only 2025-03-06 16:05:00 -05:00
rfc9557.rs tz: switch to tagged pointer representation 2025-02-26 16:55:17 -05:00
serde.rs tz: add TimeZone::unknown() as a fallback in TimeZone::system() 2025-02-02 13:39:15 -05:00
util.rs perf: do a ton of optimizations 2025-02-16 15:50:26 -05:00