File: pgbouncer.feature

package info (click to toggle)
pgcli 4.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,476 kB
  • sloc: python: 10,390; sh: 67; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
@pgbouncer
Feature: run pgbouncer,
  call the help command,
  exit the cli

  Scenario: run "show help" command
     When we send "show help" command
      then we see the pgbouncer help output

  Scenario: run the cli and exit
     When we send "ctrl + d"
      then dbcli exits