Skip to content
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

Implement web.Runner context manager #8723

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

📝 add newsfragment

77ec5eb
Select commit
Loading
Failed to load commit list.
Open

Implement web.Runner context manager #8723

📝 add newsfragment
77ec5eb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 16, 2024 in 3s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 4 in tests/test_runner.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note test

Module 'unittest' is imported with both 'import' and 'import from'.

Check notice on line 134 in tests/test_runner.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note test

This statement has no effect.

Check notice on line 166 in tests/test_runner.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note test

This statement has no effect.

Check notice on line 270 in tests/test_runner.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable get_context is not used.