Michael Hobbs
Michael Hobbs
Wasn't sure where this should go, so I'm starting here. When the non-root user feature came to be, `/exec` was modified to `chown -R : /app` but we do not...
I haven't been able to find documentation on this yet (hopefully I just overlooked it) but I'd like to have `bats` exit on first failure when being invoked as `bats...
It would seem that tests that are set to skip, still get setup() and teardown() executed. Take this for example. ``` #!/usr/bin/env bats setup() { sleep 30 } teardown() {...
I've been working with the extract_table_names.py example for about a day now to try and parse the following queries. I have been able to get sqlparse to return all the...
grails 3.x is listed on heroku's [officially supported buildpack page](https://devcenter.heroku.com/articles/buildpacks#officially-supported-buildpacks). we should have tests for this.