-
-
Notifications
You must be signed in to change notification settings - Fork 954
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
45773c2
Instrument workflows to investigate skipped tests
EliahKagan 6fbe511
Show version and platform info in one place
EliahKagan bd3307a
Make "Update PyPA packages" step clearer
EliahKagan 680d795
Show all the failures
EliahKagan 75cf540
Keep sugar for local use, but use instafail on CI
EliahKagan eb56e7b
Pass -v twice to see full skip reasons
EliahKagan 9c7ff1e
Force pytest color output on CI
EliahKagan 0eb38bc
Fix test_blocking_lock_file for cygwin
EliahKagan 715dba4
Run cygpath tests on Cygwin, not native Windows
EliahKagan d6a2d28
Mark some cygpath tests xfail
EliahKagan 881456b
Run test_commit_msg_hook_success on more systems
EliahKagan c6a586a
No longer skip test_index_mutation on Cygwin
EliahKagan fc02230
Report encoding error in test_add_unicode as error
EliahKagan 203da23
Add a few FIXMEs re: better use of xfail
EliahKagan cf5f1dc
Report <2.5.1 in test_linked_worktree_traversal as error
EliahKagan 8923236
Change skipIf(not ...) to skipUnless(...)
EliahKagan b198bf1
Express known test_depth failure with xfail
EliahKagan cd175a5
Remove no-effect `@skipIf` on test_untracked_files
EliahKagan f38cc00
Make 2 more too-low git version skips into errors
EliahKagan 8fd56e7
Update test_root_module Windows skip reason
EliahKagan c1798f5
Change test_root_module Windows skip to xfail
EliahKagan ba56752
Update test_git_submodules_and_add_sm_with_new_commit skip reason
EliahKagan 8704d1b
Change test_git_submodules_and_add_sm_with_new_commit Windows skip to...
EliahKagan 1d6abdc
Run the tests in test_tree on Windows
EliahKagan 5609faa
Add missing raises keyword for test_depth xfail
EliahKagan ed95e8e
Consolidate test_repo module import statements
EliahKagan ceb4dd3
Show more CI system information
EliahKagan 3276aac
Use Cygwin's bash and git for more CI steps
EliahKagan 5d40976
Try to work in all LF on Cygwin CI
EliahKagan dda4286
Consistent formatting style across all workflows
EliahKagan 3007abc
Remove the recently added "Limit $PATH" step
EliahKagan 4860f70
Further reduce differences between test workflows
EliahKagan 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
Consolidate test_repo module import statements
- Loading branch information
commit ed95e8e72f6aa697c1ec69595335168e717da013
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
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.