swiftlang/swift-package-manager

Add support for listing all test tags

Open

#8 889 ouverte le 2 juil. 2025

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Swift (1 462 forks)batch import
enhancementgood first issueswift test

Métriques du dépôt

Stars
 (10 145 stars)
Métriques de merge PR
 (Merge moyen 9j 13h) (90 PRs mergées en 30 j)

Description

Description

Once https://github.com/swiftlang/swift-testing/issues/591 is resolved, it would be ideal to have an option where swift test can provide the list of all tags available in a given package.

This relates to https://github.com/swiftlang/swift-testing/issues/591

Expected behavior

swift test is augmented to provide a unique list of available tags, which, optionally, can be used to enable/skip execution.

Actual behavior

There is no feature to list tags.

Steps to reproduce

No response

Swift Package Manager version/commit hash

No response

Swift & OS version (output of swift --version && uname -a)

No response

Guide contributeur