-
Notifications
You must be signed in to change notification settings - Fork 74
ci(test): Add alternative test reporting actions (do not merge) #679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 4 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
a16943e
ci(test): Add alternative test reporting actions
devin-ai-integration[bot] b9d158d
Merge branch 'main' into devin/1748299326-test-result-actions
aaronsteers 5cf7fca
Apply suggestions from code review
aaronsteers 0198d33
Apply suggestions from code review
aaronsteers 8bc94a7
Update .github/workflows/python_pytest.yml
aaronsteers 6043291
Update .github/workflows/python_pytest.yml
aaronsteers 1f8269a
Update tests/test_report_demo.py
aaronsteers a7fb8fb
clean up by moving mikepenz to the no-creds test
aaronsteers f498084
ci(test): Enhance test reporting configuration for dorny and mikepenz…
devin-ai-integration[bot] d66d5fa
ci(test): Fix formatting issues in test_report_demo.py
devin-ai-integration[bot] 5bdea74
ci(test): Fix invalid parameters in test reporting actions
devin-ai-integration[bot] b0a59c3
Update .github/workflows/python_pytest.yml
aaronsteers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,9 @@ | ||
| import pytest | ||
|
|
||
|
aaronsteers marked this conversation as resolved.
Outdated
|
||
| def test_passing_example(): | ||
| """This test should pass to demonstrate successful test reporting.""" | ||
| assert True | ||
|
|
||
| def test_failing_example(): | ||
| """This test should fail to demonstrate failure reporting.""" | ||
| assert False, "This is an intentional failure for test reporting demonstration" | ||
|
Check failure on line 9 in tests/test_report_demo.py
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.