-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update unit tests configuration #426
Conversation
Codecov Report
@@ Coverage Diff @@
## master #426 +/- ##
=========================================
Coverage ? 69.46%
=========================================
Files ? 7
Lines ? 357
Branches ? 0
=========================================
Hits ? 248
Misses ? 109
Partials ? 0 Continue to review full report at Codecov.
|
Policyfile resolver for ChefSpec requires "chef-dk" gem, which has pretty big dependency tree. So, for unit tests it's better just to use Berkshelf.
@johnbellone Do we really need this |
@legal90 It should be disabled as of right now. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Currently we have unit tests failed because of a
cheffish
gem conflict (is required bychef-dk
gem). This PR removes some unnecessary gem dependencies and introduces Chef Delivery CLI for running tests, like Chef Software does that for their cookbooks.Policyfile resolver for ChefSpec requires "chef-dk" gem, which has pretty big dependency tree.
So, for unit tests it's better just to use Berkshelf.