From 7fba8922e1540741240555560cc9504342bdb091 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 18 Mar 2026 19:16:02 -0500 Subject: Guard authenticated text fetches to sr.ht hosts and add regression test --- HutchTests/HutchTests.swift | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 HutchTests/HutchTests.swift (limited to 'HutchTests/HutchTests.swift') diff --git a/HutchTests/HutchTests.swift b/HutchTests/HutchTests.swift new file mode 100644 index 0000000..c681efa --- /dev/null +++ b/HutchTests/HutchTests.swift @@ -0,0 +1,16 @@ +// +// HutchTests.swift +// HutchTests +// +// Created by cmc on 2026-03-18. +// + +import Testing + +struct HutchTests { + + @Test func example() async throws { + // Write your test here and use APIs like `#expect(...)` to check expected conditions. + } + +} -- cgit v1.2.3