mannemsolutions / pgtester

A tool to run queries against postgres and check for an expected result
GNU General Public License v3.0
0 stars 0 forks source link

create -d and -c option where -c is default #3

Closed sebasmannem closed 3 years ago

sebasmannem commented 3 years ago

We now read a file with -f, we should add 2 other options: 1: -d, which gets multiple tests from a folder 2: -c which reads from std in. Without specifying -d or -f this is the default. Can -c also specify multiple yamls separated with a doc seperator (---) ???