1
0
Fork 0
pgcli/tests/features/named_queries.feature
Daniel Baumann ec5391b244
Adding upstream version 3.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 19:48:22 +01:00

10 lines
334 B
Gherkin

Feature: named queries:
save, use and delete named queries
Scenario: save, use and delete named queries
When we connect to test database
then we see database connected
when we save a named query
then we see the named query saved
when we delete a named query
then we see the named query deleted