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

django.test.client: add AsyncClient and dependencies #241

Merged
merged 1 commit into from
May 10, 2024

Conversation

david-flok
Copy link

This seems to work for me but I'm not sure how one generally goes about generating these signatures nor how to validate them.

@david-flok david-flok force-pushed the django-test-client-AsyncClient branch from 3caf625 to 8a7674a Compare May 10, 2024 10:53
@david-flok david-flok force-pushed the django-test-client-AsyncClient branch from 8a7674a to 9cc16f6 Compare May 10, 2024 10:56
@sbdchd
Copy link
Owner

sbdchd commented May 10, 2024

Looks good!

In terms of generating signatures you can use stubgen or manually write them

for validation you can try the version of Django-types with your type checker and go from there or write some statements in one of the test .py files in the project to exercise the types

@kodiakhq kodiakhq bot merged commit 6000613 into sbdchd:main May 10, 2024
2 checks passed
@david-flok david-flok deleted the django-test-client-AsyncClient branch May 11, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants