File: test_tornado_exception_can_be_caught.yaml

package info (click to toggle)
python-azure 20230112%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 749,544 kB
  • sloc: python: 6,815,827; javascript: 287; makefile: 195; xml: 109; sh: 105
file content (62 lines) | stat: -rw-r--r-- 1,387 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
interactions:
- request:
    body: null
    headers: {}
    method: GET
    uri: http://httpbin.org/status/500
  response:
    body: {string: !!python/unicode ''}
    headers:
    - !!python/tuple
      - Content-Length
      - ['0']
    - !!python/tuple
      - Server
      - [nginx]
    - !!python/tuple
      - Connection
      - [close]
    - !!python/tuple
      - Access-Control-Allow-Credentials
      - ['true']
    - !!python/tuple
      - Date
      - ['Thu, 30 Jul 2015 17:32:39 GMT']
    - !!python/tuple
      - Access-Control-Allow-Origin
      - ['*']
    - !!python/tuple
      - Content-Type
      - [text/html; charset=utf-8]
    status: {code: 500, message: INTERNAL SERVER ERROR}
- request:
    body: null
    headers: {}
    method: GET
    uri: http://httpbin.org/status/404
  response:
    body: {string: !!python/unicode ''}
    headers:
    - !!python/tuple
      - Content-Length
      - ['0']
    - !!python/tuple
      - Server
      - [nginx]
    - !!python/tuple
      - Connection
      - [close]
    - !!python/tuple
      - Access-Control-Allow-Credentials
      - ['true']
    - !!python/tuple
      - Date
      - ['Thu, 30 Jul 2015 17:32:39 GMT']
    - !!python/tuple
      - Access-Control-Allow-Origin
      - ['*']
    - !!python/tuple
      - Content-Type
      - [text/html; charset=utf-8]
    status: {code: 404, message: NOT FOUND}
version: 1