1
0
Fork 0
pgcli/tests/features/pgbouncer.feature
Daniel Baumann 6bbbbdf0c7
Merging upstream version 3.5.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 20:01:39 +01:00

12 lines
280 B
Gherkin

@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