Changes:
The path for placing your tests is now files/default/test/ however
this change is backwards compatible, the minitest-hander::default
recipe will also look in the old location
files/default/tests/minitest/
You should name your support files something that matches
files/default/test/helper.rb. The old support support/ location will
also be honored
New Features:
- You can place minitest-handler anywhere in your run_list and it will
work. I like to use include_recipe
to add it.
- You can easily limit which tests are run by setting the array
node.set[:minitest][:recipes] with only those recipes that you want
tested
- minitest-handler now also will run test for any recipes added to the
run_list via include_recipe, environment, or roles.
Niceties:
- Added tests w/ test-kitchen 1.0, kitchen-lxc, and BATS
- huge code cleanup
If you have any urgent problems w/ the new release, please let me know!
Bryan W. Berry
doh! forgot the link GitHub - btm/minitest-handler-cookbook
On Sun, May 5, 2013 at 11:21 PM, Bryan Berry bryan.berry@gmail.com wrote:
Changes:
The path for placing your tests is now files/default/test/ however
this change is backwards compatible, the minitest-hander::default
recipe will also look in the old location
files/default/tests/minitest/
You should name your support files something that matches
files/default/test/helper.rb. The old support support/ location will
also be honored
New Features:
- You can place minitest-handler anywhere in your run_list and it will
work. I like to use include_recipe
to add it.
- You can easily limit which tests are run by setting the array
node.set[:minitest][:recipes] with only those recipes that you want
tested
- minitest-handler now also will run test for any recipes added to the
run_list via include_recipe, environment, or roles.
Niceties:
- Added tests w/ test-kitchen 1.0, kitchen-lxc, and BATS
- huge code cleanup
If you have any urgent problems w/ the new release, please let me know!
Bryan W. Berry
Great update!
But minitest-handler-cookbook/CHANGELOG.md at master · btm/minitest-handler-cookbook · GitHub
needs some love.
-Mathias
On Mon, May 6, 2013 at 6:59 AM, Bryan Berry bryan.berry@gmail.com wrote:
doh! forgot the link GitHub - btm/minitest-handler-cookbook
On Sun, May 5, 2013 at 11:21 PM, Bryan Berry bryan.berry@gmail.com wrote:
Changes:
The path for placing your tests is now files/default/test/ however
this change is backwards compatible, the minitest-hander::default
recipe will also look in the old location
files/default/tests/minitest/
You should name your support files something that matches
files/default/test/helper.rb. The old support support/ location will
also be honored
New Features:
- You can place minitest-handler anywhere in your run_list and it will
work. I like to use include_recipe
to add it.
- You can easily limit which tests are run by setting the array
node.set[:minitest][:recipes] with only those recipes that you want
tested
- minitest-handler now also will run test for any recipes added to the
run_list via include_recipe, environment, or roles.
Niceties:
- Added tests w/ test-kitchen 1.0, kitchen-lxc, and BATS
- huge code cleanup
If you have any urgent problems w/ the new release, please let me know!
Bryan W. Berry
--
My blog: http://mlafeldt.github.com
My code: mlafeldt (Mathias Lafeldt) · GitHub
My tweets: https://twitter.com/mlafeldt
tks Mathias! fixed
On Mon, May 6, 2013 at 11:05 AM, Mathias Lafeldt
mathias.lafeldt@gmail.com wrote:
Great update!
But minitest-handler-cookbook/CHANGELOG.md at master · btm/minitest-handler-cookbook · GitHub
needs some love.
-Mathias
On Mon, May 6, 2013 at 6:59 AM, Bryan Berry bryan.berry@gmail.com wrote:
doh! forgot the link GitHub - btm/minitest-handler-cookbook
On Sun, May 5, 2013 at 11:21 PM, Bryan Berry bryan.berry@gmail.com wrote:
Changes:
The path for placing your tests is now files/default/test/ however
this change is backwards compatible, the minitest-hander::default
recipe will also look in the old location
files/default/tests/minitest/
You should name your support files something that matches
files/default/test/helper.rb. The old support support/ location will
also be honored
New Features:
- You can place minitest-handler anywhere in your run_list and it will
work. I like to use include_recipe
to add it.
- You can easily limit which tests are run by setting the array
node.set[:minitest][:recipes] with only those recipes that you want
tested
- minitest-handler now also will run test for any recipes added to the
run_list via include_recipe, environment, or roles.
Niceties:
- Added tests w/ test-kitchen 1.0, kitchen-lxc, and BATS
- huge code cleanup
If you have any urgent problems w/ the new release, please let me know!
Bryan W. Berry
--
My blog: http://mlafeldt.github.com
My code: mlafeldt (Mathias Lafeldt) · GitHub
My tweets: https://twitter.com/mlafeldt