File: basic_commands.feature

package info (click to toggle)
pgcli 1.9.1-3%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 912 kB
  • sloc: python: 7,364; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Feature: run the cli,
  call the help command,
  exit the cli

  Scenario: run "\?" command
     When we send "\?" command
      then we see help output

  Scenario: run source command
     When we send source command
      then we see help output

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