diff --git a/.gitignore b/.gitignore index 1ffa3cb..b1e1f23 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ buildpack/* builds/dockerenv.staging* builds/dockerenv.production + +test/scratch diff --git a/test/run-focus b/test/run-focus deleted file mode 100755 index 65e7d57..0000000 --- a/test/run-focus +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env bash - -# Default Python Versions -# shellcheck source=bin/default_pythons -source "bin/default_pythons" - -# Start with this to quickly run just one local test -testNewTestCase() { - compile "pythonDefault" -} - -pushd $(dirname 0) >/dev/null -popd >/dev/null - -source $(pwd)/test/utils -source $(pwd)/test/shunit2