-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
Strict pytest #929
Merged
Merged
Strict pytest #929
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
f6b59e9
Magically turn warnings into errors !
euri10 b8ad61b
Close that socket
euri10 3cd5eea
Close those loops
euri10 29e5b8a
Merge branch 'master' into strict_pytest
euri10 0cef3fb
Is it because of lifespan was not explicitely set to off ?
euri10 87d98d5
Closing loop explicitely, maybe consider switching to a context manag…
euri10 b5ebce4
trigger GitHub actions
euri10 68a534d
Close the transport when connection is lost
euri10 486cb85
Close the transport when connection is lost works locally
euri10 1143933
Close the transport when connection is lost works locally
euri10 671ec5d
Fixed bug in message_logger.py, doesnt return
euri10 208a614
trace log on failing wds test in ci, cant get it locally
euri10 087de1f
Merge branch 'master' into strict_pytest
euri10 4a761b1
Hard to know which test doesnt close and make the CI fail
euri10 f579b61
Test order in protocols
euri10 0be283e
Rewrite protocols http with context manager
euri10 7487d70
Lint
euri10 360ba9a
rename order counts and still a bug
euri10 05339bf
WOOT ?
euri10 c0be109
Minimized diff, I moved tests around
euri10 197a85e
Minimized diff, ws test should stay the same
euri10 68b0b2e
Minimized diff, httptools debug stuff ermoved
euri10 236900c
Removing trace logs from diff
euri10 94046d0
Reduce diff again, we take care of that bug in https://github.com/enc…
euri10 7a5a16b
Removed pytest.mark.asyncio
euri10 bb94fb5
Merge branch 'master' into strict_pytest
euri10 ee4290e
Fix lifespan close loop post merge master
euri10 e0f8ddc
Merge branch 'master' into strict_pytest and fix test_lifespan conflicts
euri10 6017195
Fix websockets 9 deprecation warning
euri10 85bb508
Merge remote-tracking branch 'upstream/master' into strict_pytest
euri10 0bdf418
Merge branch 'master' into strict_pytest
euri10 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it turns exceptions into errors