Implemented backwards support for the AmiiboServiceLiveTests test cases in the tests target.

This commit is contained in:
2025-09-12 01:55:43 +02:00
parent e5a541206a
commit aeeb690e0f
2 changed files with 1129 additions and 1 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,22 @@
//===----------------------------------------------------------------------===
//
// This source file is part of the AmiiboService open source project
//
// Copyright (c) 2024-2025 Röck+Cöde VoF. and the AmiiboAPI project authors
// Licensed under the EUPL 1.2 or later.
//
// See LICENSE for license information
// See CONTRIBUTORS for the list of AmiiboAPI project authors
//
//===----------------------------------------------------------------------===
import Testing
extension Tag {
// MARK: Properties
/// Tag that indicates tests against a live backend service.
@Tag static var live: Self
}