Clear test out of helper test stub

This commit is contained in:
Casey Faist
2020-03-24 13:40:12 -04:00
parent 0c2b954a6d
commit 3d31167511
+2 -7
View File
@@ -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