From 3d31167511ad2bde0c32d1ab1b0fe8438c85a58d Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Tue, 24 Mar 2020 13:40:12 -0400 Subject: [PATCH] Clear test out of helper test stub --- test/run-focus | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/test/run-focus b/test/run-focus index cc82c0a..65e7d57 100755 --- a/test/run-focus +++ b/test/run-focus @@ -4,14 +4,9 @@ # shellcheck source=bin/default_pythons source "bin/default_pythons" -testDeployingTwiceUsesTheCache() { +# Start with this to quickly run just one local test +testNewTestCase() { compile "pythonDefault" - assertNotCaptured "Installing collected packages:" - assertCapturedSuccess - compile "pythonDefault" - assertCaptured "Requirement already satisfied:" - assertNotCaptured "Installing collected packages:" - assertCapturedSuccess } pushd $(dirname 0) >/dev/null