"howdy y'all" commit

This commit is contained in:
2025-07-26 14:40:06 -05:00
commit d02a5d8d59
15 changed files with 1311 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public License,
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
// obtain one at https://mozilla.org/MPL/2.0/.
//
// Copyright 2025 Nicola Clark
//
@testable import OwnTP
import Testing
struct OwnTPTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}