summaryrefslogtreecommitdiff
path: root/HutchTests/HutchTests.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-18 19:16:02 -0500
committerChristian Cleberg <[email protected]>2026-03-18 19:16:02 -0500
commit7fba8922e1540741240555560cc9504342bdb091 (patch)
tree8f87280f5b50dcf2199de2e8305e020276d51421 /HutchTests/HutchTests.swift
parent1745311950fd68ad81957b3ba64f8566cd86ce19 (diff)
downloadhutch-7fba8922e1540741240555560cc9504342bdb091.tar.gz
hutch-7fba8922e1540741240555560cc9504342bdb091.tar.bz2
hutch-7fba8922e1540741240555560cc9504342bdb091.zip
Guard authenticated text fetches to sr.ht hosts and add regression test
Diffstat (limited to 'HutchTests/HutchTests.swift')
-rw-r--r--HutchTests/HutchTests.swift16
1 files changed, 16 insertions, 0 deletions
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.
+ }
+
+}