test: Create the test folder

This commit is contained in:
Mitchell Hashimoto 2013-12-11 14:17:31 -08:00
parent 1108438273
commit bf10af6401
1 changed files with 8 additions and 0 deletions

8
test/README.md Normal file
View File

@ -0,0 +1,8 @@
# Packer Black-Box Tests
This folder contains tests that test Packer using a black-box approach:
`packer` is executed directly (with whatever is on the PATH) and certain
results are expected.
Tests are run using [Bats](https://github.com/sstephenson/bats), and therefore
Bash is required to run any tests.