-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
expose app property for TestClient #2901
Conversation
I think this is a typo wrong
add `headers` argument and it's description. and fix some other doc error
I don't know why file's changed contain |
Codecov Report
@@ Coverage Diff @@
## master #2901 +/- ##
==========================================
+ Coverage 97.98% 97.98% +<.01%
==========================================
Files 40 40
Lines 7504 7506 +2
Branches 1316 1316
==========================================
+ Hits 7353 7355 +2
Misses 48 48
Partials 103 103
Continue to review full report at Codecov.
|
Thanks! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
What do these changes do?
expose
app
property for TestClientAre there changes in behavior for the user?
former usage must access
test_client.server.app
, now is easy, justtest_client.app
Related issue number
#2891
Checklist
CONTRIBUTORS.txt
CHANGES
folder