mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Added more tests
This commit is contained in:
@@ -147,6 +147,11 @@ _assertContains()
|
||||
fi
|
||||
}
|
||||
|
||||
debug()
|
||||
{
|
||||
cat $STD_OUT
|
||||
}
|
||||
|
||||
assertContains()
|
||||
{
|
||||
_assertContains "$@" 0 "text"
|
||||
|
||||
Reference in New Issue
Block a user