forked from python-trio/trio
-
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.
Enable flake8-pytest-style (python-trio#2822)
* WIP enable flake8-pytest-style * Update trio/_core/_tests/test_instrumentation.py Co-authored-by: Sviatoslav Sydorenko <[email protected]> * Apply suggestions from code review Co-authored-by: Sviatoslav Sydorenko <[email protected]> * Multiple parts of adding match argument * Fix ruff issues * Fix a few remaining windows match argument issues * Add start and end tags to some of the match regexes * Fix regexes * Fix more regex errors * Fix non-escaped `...` * Fix unbalanced parenthesis * Apply suggestions from code review Co-authored-by: jakkdl <[email protected]> * Fix `is` check * Fix new changes from merging * Add comments and simplify `test_socket.py` * fix coverage fail - unrelated to this PR * try coaxing CI to run * pytest.raises(match=) makes assertion irrelevant * revert test_highlevel_open_tcp_listeners fix, for another PR --------- Co-authored-by: Sviatoslav Sydorenko <[email protected]> Co-authored-by: jakkdl <[email protected]> Co-authored-by: jakkdl <[email protected]>
- Loading branch information
1 parent
597e345
commit f1cb241
Showing
35 changed files
with
319 additions
and
221 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
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
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
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
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
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
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
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.