Skip to content

tester enhancements#2086

Open
OasisAkari wants to merge 2 commits into
masterfrom
dev/more_test_case
Open

tester enhancements#2086
OasisAkari wants to merge 2 commits into
masterfrom
dev/more_test_case

Conversation

@OasisAkari

Copy link
Copy Markdown
Member

No description provided.

elif data.get("text"):
try:
response._json = json.loads(data["text"])
except (json.JSONDecodeError, TypeError):
count = load_http_fixtures()
if count > 0 and show_logs:
Logger.info(f"Loaded {count} HTTP fixtures.")
except Exception:
import random as pyrandom # skipcq
from typing import Sequence, MutableSequence, TypeVar

import random as pyrandom # skipcq
Comment thread bots/web/bot.py
from bots.web.info import *
from bots.web.client import web_host, available_web_port
from bots.web.context import WebContextManager
from bots.web.info import *
@deepsource-io

deepsource-io Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

DeepSource Code Review

We reviewed changes in f624f3b...b1b1d2a on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Python Jun 26, 2026 9:13a.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant