File: 0004.t

package info (click to toggle)
gcli 2.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,652 kB
  • sloc: ansic: 27,086; sh: 678; makefile: 545; perl: 392; yacc: 261; lex: 60
file content (22 lines) | stat: -rw-r--r-- 728 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: gitlab issue
ID: 4
Title: GitLab issue list with -a

ClientArgs: -t gitlab issues -o herrhotzenplotz -r gcli -a
VerifyClientExitCode: 0
VerifyClientOutput:
  NUMBER  NOTES  STATE   TITLE
      22      1  closed  this one is closed
      42     69  opened  testing hello
      43      0  opened  hello world!

ServerResponseStatus: 200 OK
ServerResponseBody:
  [
    { "iid": 22, "state": "closed", "title": "this one is closed", "user_notes_count": 1 },
    { "iid": 42, "state": "opened", "title": "testing hello", "user_notes_count": 69 },
    { "iid": 43, "state": "opened", "title": "hello world!",  "user_notes_count": 0  }
  ]

VerifyRequestMethod: GET
VerifyRequestPath: /projects/herrhotzenplotz%2Fgcli/issues