Closed RyanFrantz closed 7 years ago
This tool needs some option parsing support. At a minimum I see the following options as being useful:
-d, --test-root
spec/umami
-i, --integration-tests
-p, --policy-file
Policyfile.rb
-r, --recipe
-u, --unit-tests
Default behavior when neither -i nor -u is present: write both sets of tests.
-i
-u
This tool needs some option parsing support. At a minimum I see the following options as being useful:
-d, --test-root
Specify the root directory in which to write tests (default:spec/umami
)-i, --integration-tests
Write integration tests-p, --policy-file
Specify the path to a Policyfile in the cookbook that will be parsed (default:Policyfile.rb
)-r, --recipe
Explicitly specify one or more recipes to write tests for-u, --unit-tests
Write unit testsDefault behavior when neither
-i
nor-u
is present: write both sets of tests.