|
e861cae2e0
|
Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. We do not have as many names to import. This is also to be consistent with the practices of most major and standard packages and examples.
|
2023-04-27 09:08:10 +08:00 |
|
|
a07118ef9c
|
Revised the documentation for digest_auth parameter of the open method in the test client, to be clear.
|
2022-12-07 18:59:41 +08:00 |
|
|
514e9255aa
|
Replaced "my_user" and "my_pass" with USERNAME and PASSWORD in the examples of the test client in the documentation, to avoid GitGuardian from detecting them as real passwords.
|
2022-12-07 18:55:52 +08:00 |
|
|
038e7a8352
|
Removed the warnings in the documentation of the test client. It is API document now. All content, for public or not, are available. There is no need to warn now.
|
2022-12-07 18:45:06 +08:00 |
|
|
7aaa7b9abe
|
Revised the documentations.
|
2022-12-06 23:52:42 +08:00 |
|
|
c6b8569543
|
Fixed the documentation on the pytest example.
|
2022-12-06 22:46:52 +08:00 |
|
|
765822a300
|
Revised the documentation.
|
2022-12-06 21:54:10 +08:00 |
|
|
6057fc0987
|
Revised the documentation of the Client class and the calc_response function.
|
2022-12-06 18:04:12 +08:00 |
|
|
7db38c7eae
|
Revised the code in the make_authorization method of the test client.
|
2022-11-29 21:53:16 +08:00 |
|
|
3dcc409bef
|
Changed the make_authorization method from private to public in the test client.
|
2022-11-24 21:45:11 +11:00 |
|
|
515098c32a
|
Moved the _get_req_auth function into the test client class, and renamed it to __make_authorization.
|
2022-11-24 07:16:36 +11:00 |
|
|
0a69f5d3c1
|
Added the initial version that works.
|
2022-11-23 18:12:04 +11:00 |
|