Philipp Metzner

Results 47 issues of Philipp Metzner

see [here](https://github.com/bats-core/bats-core). Experiment with `--jobs` option

E.g. little verbose by default; and showing any internal program output with `--verbose`

enhancement

E.g. ``` [ $status -eq 0 ] [ "${lines[0]}" = "valid_app=1.1" ] ``` becomes ``` assert_success assert_line -n 0 "valid_app=1.1" ```

enhancement
good first issue

e.g. `rm -v` in `sdd_uninstall` functions.

Thanks for the great tool, just started experimenting a little bit :) How come `mansnip` does not find the part about `-z string` in the `CONDITIONAL EXPRESSIONS` section? I tried...

- added a couple of CRUD functions - for details of the fake data generation, see the comments in `data_faking.py` - `init.sql` is updated such that it contains only the...

### Review guide What's new? 1. the `StandardProduct` data model and the corresponding GraphQL type 1. GraphQL queries to retrieve standard products (either by ID, or a list of them)...