Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork947
Make clear every test's status in every CI run#1679
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
32 commits Select commitHold shift + click to select a range
45773c2
Instrument workflows to investigate skipped tests
EliahKagan6fbe511
Show version and platform info in one place
EliahKaganbd3307a
Make "Update PyPA packages" step clearer
EliahKagan680d795
Show all the failures
EliahKagan75cf540
Keep sugar for local use, but use instafail on CI
EliahKaganeb56e7b
Pass -v twice to see full skip reasons
EliahKagan9c7ff1e
Force pytest color output on CI
EliahKagan0eb38bc
Fix test_blocking_lock_file for cygwin
EliahKagan715dba4
Run cygpath tests on Cygwin, not native Windows
EliahKagand6a2d28
Mark some cygpath tests xfail
EliahKagan881456b
Run test_commit_msg_hook_success on more systems
EliahKaganc6a586a
No longer skip test_index_mutation on Cygwin
EliahKaganfc02230
Report encoding error in test_add_unicode as error
EliahKagan203da23
Add a few FIXMEs re: better use of xfail
EliahKagancf5f1dc
Report <2.5.1 in test_linked_worktree_traversal as error
EliahKagan8923236
Change skipIf(not ...) to skipUnless(...)
EliahKaganb198bf1
Express known test_depth failure with xfail
EliahKagancd175a5
Remove no-effect `@skipIf` on test_untracked_files
EliahKaganf38cc00
Make 2 more too-low git version skips into errors
EliahKagan8fd56e7
Update test_root_module Windows skip reason
EliahKaganc1798f5
Change test_root_module Windows skip to xfail
EliahKaganba56752
Update test_git_submodules_and_add_sm_with_new_commit skip reason
EliahKagan8704d1b
Change test_git_submodules_and_add_sm_with_new_commit Windows skip to…
EliahKagan1d6abdc
Run the tests in test_tree on Windows
EliahKagan5609faa
Add missing raises keyword for test_depth xfail
EliahKaganed95e8e
Consolidate test_repo module import statements
EliahKaganceb4dd3
Show more CI system information
EliahKagan3276aac
Use Cygwin's bash and git for more CI steps
EliahKagan5d40976
Try to work in all LF on Cygwin CI
EliahKagandda4286
Consistent formatting style across all workflows
EliahKagan3007abc
Remove the recently added "Limit $PATH" step
EliahKagan4860f70
Further reduce differences between test workflows
EliahKaganFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
44 changes: 27 additions & 17 deletions.github/workflows/cygwin-test.yml
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
12 changes: 7 additions & 5 deletions.github/workflows/lint.yml
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
30 changes: 16 additions & 14 deletions.github/workflows/pythonpackage.yml
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
2 changes: 1 addition & 1 deletionpyproject.toml
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
1 change: 1 addition & 0 deletionstest-requirements.txt
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 |
---|---|---|
@@ -5,4 +5,5 @@ mypy | ||
pre-commit | ||
pytest | ||
pytest-cov | ||
pytest-instafail | ||
pytest-sugar |
4 changes: 2 additions & 2 deletionstest/test_base.py
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
1 change: 1 addition & 0 deletionstest/test_config.py
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
3 changes: 1 addition & 2 deletionstest/test_fun.py
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
42 changes: 23 additions & 19 deletionstest/test_index.py
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
22 changes: 5 additions & 17 deletionstest/test_repo.py
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.