Skip to content

Conversation

@aagbsn
Copy link
Contributor

@aagbsn aagbsn commented Nov 7, 2025

No description provided.

assert "net-tests" in j
for v in j["net-tests"]:
for x in ["collector", "input-hashes", "name", "test-helpers", "test-helpers-alternate", "version"]:
assert x in v
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also port the other tests that are here:

def test_bouncer_net_tests(client):
?

Mostly to be sure we're not breaking the API

) -> Dict[str, List[NetTest]]:
try:
data = await request.json()
ntr = NetTestsRequest(**data)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This step is not necessary, fast api will do it for you
Example:

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.

2 participants