forked from jarun/buku
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jarun#661 from rachmadaniHaryono/feature/bukuserve…
…r-test-cache Feature/bukuserver test cache
- Loading branch information
Showing
8 changed files
with
1,899 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
tests/cassettes/test_buku/test_network_handler_with_url[http---example.com-exp_res1].yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
interactions: | ||
- request: | ||
body: null | ||
headers: | ||
Accept: | ||
- '*/*' | ||
Accept-Encoding: | ||
- gzip,deflate | ||
Cookie: | ||
- '' | ||
DNT: | ||
- '1' | ||
User-Agent: | ||
- Mozilla/5.0 (X11; Linux x86_64; rv:101.0) Gecko/20100101 Firefox/101.0 | ||
method: GET | ||
uri: http://example.com/ | ||
response: | ||
body: | ||
string: !!binary | | ||
H4sIAMIVqF0AA31UTXPbIBC9+1ds1UsyIyQnaRqPLWn6mWkPaQ9pDz0SsbKYCFAByfZ08t+7Qo4j | ||
N5makYFdeLvvsZC9Eqb0uxah9qopZtljh1wUM6Bf5qVvsPi85aptED4ZxaXO0tE6G5co9BzKmluH | ||
Po86X7FFBGkxcdbetwx/d7LPo49Ge9SeDWEjKMdZHnnc+nQIvzpAvYSkucI86iVuWmP9ZP9GCl/n | ||
AntZIguTGKSWXvKGuZI3mJ89QTm/IzJDBvvApXPR6LszYgd/wjBMeXm/tqbTgpWmMXYJr6s5tfPV | ||
YYnidi31EuZPppYLIfX6yFZRpqziSja7JTDekpzM7ZxHFcPYs07G8KGR+v6Gl7fBdE2bYohucW0Q | ||
fn6NaPy9RQ23XLth8gWbHr0sOXzDDslyMMTw3hJ3wqalzKGV1VMuYfAQ/oXsJ3SDcEt4O5+32+cM | ||
L1EB77x5geg5qtV/RRPUJhncGSvQMsuF7BzplFweAZgtczUXZkPI7RYu6Luibxjb9R0/mcehJfPz | ||
09WEDF8O6sXU99JJj2JC7TGTi8WbxWKSyXD+TGBpLPfSEEttNE5B3ykUksOJ4lu21+dq0Od0An6s | ||
4lFV/KPYROVjx8MkZJaGCi3CWWXpeB1n2VCbdDsp2L6O67NnN5NMo68tftTSgQh2oFFlLHQOYZg1 | ||
Tef8QLhHwBHBDQ56DjpF98kl8Mt0RGIXtnhCGqtlj6ahIXkJoLNIdHxtOg+tlRSiNHS0Ugcxgebc | ||
3VOFhOgtWiWdI0eSpe0hz4weCItVHg3PhFum6WazSSTXPDF2nY4hXbpPMypujB1IEKAKQZKE0HgR | ||
ELM0iJOle6nS8UH7CyjrfG/oBAAA | ||
headers: | ||
Age: | ||
- '83814' | ||
Cache-Control: | ||
- max-age=604800 | ||
Content-Encoding: | ||
- gzip | ||
Content-Length: | ||
- '648' | ||
Content-Type: | ||
- text/html; charset=UTF-8 | ||
Date: | ||
- Sat, 07 Jan 2023 07:50:26 GMT | ||
Etag: | ||
- '"3147526947+ident+gzip"' | ||
Expires: | ||
- Sat, 14 Jan 2023 07:50:26 GMT | ||
Last-Modified: | ||
- Thu, 17 Oct 2019 07:18:26 GMT | ||
Server: | ||
- ECS (sab/56BA) | ||
Vary: | ||
- Accept-Encoding | ||
X-Cache: | ||
- HIT | ||
status: | ||
code: 200 | ||
message: OK | ||
version: 1 |
40 changes: 40 additions & 0 deletions
40
...ettes/test_buku/test_network_handler_with_url[http---example.com-page1.txt-exp_res2].yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
interactions: | ||
- request: | ||
body: null | ||
headers: | ||
Accept: | ||
- '*/*' | ||
Accept-Encoding: | ||
- gzip,deflate | ||
Cookie: | ||
- '' | ||
DNT: | ||
- '1' | ||
User-Agent: | ||
- Mozilla/5.0 (X11; Linux x86_64; rv:101.0) Gecko/20100101 Firefox/101.0 | ||
method: HEAD | ||
uri: http://example.com/page1.txt | ||
response: | ||
body: | ||
string: '' | ||
headers: | ||
Cache-Control: | ||
- max-age=604800 | ||
Content-Encoding: | ||
- gzip | ||
Content-Length: | ||
- '648' | ||
Content-Type: | ||
- text/html; charset=UTF-8 | ||
Date: | ||
- Sat, 07 Jan 2023 07:50:27 GMT | ||
Expires: | ||
- Sat, 14 Jan 2023 07:50:27 GMT | ||
Server: | ||
- EOS (vny/0451) | ||
Vary: | ||
- Accept-Encoding | ||
status: | ||
code: 404 | ||
message: Not Found | ||
version: 1 |
323 changes: 323 additions & 0 deletions
323
...work_handler_with_url[http---www.vim.org-scripts-script.php-script_id=4641-exp_res7].yaml
Large diffs are not rendered by default.
Oops, something went wrong.
1,467 changes: 1,467 additions & 0 deletions
1,467
...78017.6.6.0.0.0.0.167.668.0j5.5.0....0...1c.1.64.serp..1.2.311.06cSKPTLo18-exp_res6].yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters