1
0
Fork 0
pgcli/tests/features/crud_database.feature
Daniel Baumann 7c65fc707e
Merging upstream version 4.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 20:05:21 +01:00

17 lines
566 B
Gherkin

Feature: manipulate databases:
create, drop, connect, disconnect
Scenario: create and drop temporary database
When we create database
then we see database created
when we drop database
then we respond to the destructive warning: y
then we see database dropped
when we connect to dbserver
then we see database connected
Scenario: connect and disconnect from test database
When we connect to test database
then we see database connected
when we connect to dbserver
then we see database connected