forked from conda-forge/conda-smithy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(feedstock tokens): add snapshots
- Loading branch information
Showing
2 changed files
with
52 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# serializer version: 1 | ||
# name: test_feedstock_token_raises[$GH_TOKEN-bar-None] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar on provider failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[$GH_TOKEN-bar-azure] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar on provider azure failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[$GH_TOKEN-bar-feedstock-None] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar-feedstock on provider failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[$GH_TOKEN-bar-feedstock-azure] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar-feedstock on provider azure failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[$GITHUB_TOKEN-bar-None] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar on provider failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[$GITHUB_TOKEN-bar-azure] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar on provider azure failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[$GITHUB_TOKEN-bar-feedstock-None] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar-feedstock on provider failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[$GITHUB_TOKEN-bar-feedstock-azure] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar-feedstock on provider azure failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[${GH_TOKEN}-bar-None] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar on provider failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[${GH_TOKEN}-bar-azure] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar on provider azure failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[${GH_TOKEN}-bar-feedstock-None] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar-feedstock on provider failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[${GH_TOKEN}-bar-feedstock-azure] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar-feedstock on provider azure failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[${GITHUB_TOKEN}-bar-None] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar on provider failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[${GITHUB_TOKEN}-bar-azure] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar on provider azure failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[${GITHUB_TOKEN}-bar-feedstock-None] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar-feedstock on provider failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- | ||
# name: test_feedstock_token_raises[${GITHUB_TOKEN}-bar-feedstock-azure] | ||
FeedstockTokenError('Testing for the feedstock token for foo/bar-feedstock on provider azure failed! Try the command locally with DEBUG_FEEDSTOCK_TOKENS defined in the environment to investigate!') | ||
# --- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters