yeezy taught me

This commit is contained in:
2019-09-23 07:53:24 -04:00
parent 7decc11933
commit 501f9fee97
6 changed files with 39 additions and 25 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
#!/usr/bin/env bats
export BAKEFILE=python.Bakefile
@test "python" {
run bake --silent -b python.Bakefile python
run bake --silent python
[[ "${lines[0]}" == "not bash" ]]
}