File: 0009.t

package info (click to toggle)
gcli 2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,596 kB
  • sloc: ansic: 26,273; sh: 601; makefile: 538; perl: 374; yacc: 261; lex: 59
file content (22 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Keywords: github issue
ID: 9
Title: GitHub issue list with -a

ClientArgs: -t github issues -a -o herrhotzenplotz -r gcli
VerifyClientExitCode: 0
VerifyClientOutput:
  NUMBER  NOTES  STATE   TITLE
       3      2  closed  this one is closed
       2      0  open    open issue 1
       1     42  open    open issue 2

ServerResponseStatus: 200 OK
ServerResponseBody:
  [
    { "number": 3, "state": "closed", "title": "this one is closed", "comments": 2  },
    { "number": 2, "state": "open",   "title": "open issue 1",       "comments": 0  },
    { "number": 1, "state": "open",   "title": "open issue 2",       "comments": 42 }
  ]

VerifyRequestMethod: GET
VerifyRequestPath: /repos/herrhotzenplotz/gcli/issues?state=all